COLOR #0D1B01

HEX: #0D1B01 RGB: (13,27,1)

Color info

#0D1B01 contains red, green and blue colors in about the same proportion. Web safe color of #0D1B01 is #003300 (or #030).

RGB color model

#0D1B01 color RGB value is (13,27,1).

RGB: (13,27,1) (5%, 11%, 0%)

RGB channels and saturation

R 13 of 255 = 5%
G 27 of 255 = 11%
B 1 of 255 = 0%

13
27
1

R + G + B ~ 5%. #0D1B01 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 27 + 1 = 41 (100%)
R 13 of 41 ~ 31.71%
G 27 of 41 ~ 65.85%
B 1 of 41 ~ 2.44'%

%31.71
%65.85

CMYK color model

#0D1B01 color CMYK value is (52,0,96,89).

  • cyan value is 51.85%
  • magenta value is 0.00%
  • yellow value is 96.30%
  • key color value is 89.41%

CMYK: (52,0,96,89)
C52M0Y96K89 (52%, 0%, 96%, 89%)
(0.52 / 0.00 / 0.96 / 0.89)

CMYK percentages

%51.85
%0
%96.3
%89.41

Codes

Color #0D1B01 in popluar color models

0D 1B 01
RGB 13 27 1
HSL 92° 92.86% 5.49%
HSB/HSV 92° 96.30% 10.59%
CMYK 51.85% 0.00% 96.30%
89.41%

Color #0D1B01 in popluar number systems.

HEX 0D 1B 01
Decimal 13 27 1
Binary 1101 11011 1
Octal 15 33 1

Shades and tints

Shades of #0D1B01

#0D1B01
(13,27,1)
#0C1901
(12,25,1)
#0B1701
(11,23,1)
#0A1501
(10,21,1)
#091301
(9,19,1)
#081101
(8,17,1)
#070F01
(7,15,1)
#060D01
(6,13,1)
#050B01
(5,11,1)
#040901
(4,9,1)
#030701
(3,7,1)
#000000
(0,0,0)

Tints of #0D1B01

#0D1B01
(13,27,1)
#232F18
(35,47,24)
#39432F
(57,67,47)
#4F5746
(79,87,70)
#656B5D
(101,107,93)
#7B7F74
(123,127,116)
#91938B
(145,147,139)
#A7A7A2
(167,167,162)
#BDBBB9
(189,187,185)
#D3CFD0
(211,207,208)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1B01 color. Also use rgb(13,27,1) instead hex code.

Text Font Color

.myTextColor { color: #0D1B01; }

<p style="color:#0D1B01">This sample text font color is #0D1B01.</p>

This text font color is #0D1B01.

Background Color

.myBgColor { background-color: #0D1B01; }

<div style="background-color:#0D1B01">Inner text</div>

This div background color is #0D1B01.

Border color

.myBorderColor { border: 1px solid #0D1B01; }

<div style="border:3px solid #0D1B01">Div</div>

This div border color is #0D1B01.

Opacity

.myOpacity80 { color: #0D1B01; opacity: 0.8; }

<p style="color:#0D1B01;opacity:0.8;">80%</p>

Text with #0D1B01 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0D1B01;}

<p style="text-shadow: 3px 3px 1px #0D1B01">Text here.</p>

This text has shadow with #0D1B01 color.


.textShadow {text-shadow: 3px 3px 1px #0D1B01', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0D1B01, 5px 5px 20px red">Text here.</p>

This text has shadow with #0D1B01 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0D1B01, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0D1B01, Direction=45, Strength=4)">Text</p>

This text has shadow with #0D1B01 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0D1B01;
-webkit-box-shadow: 1px 1px 3px 2px #0D1B01;
box-shadow: 1px 1px 3px 2px #0D1B01;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0D1B01; -webkit-box-shadow: 1px 1px 3px 2px #0D1B01; box-shadow:1px 1px 3px 2px #0D1B01;">
Div content here
</div>

This div box has shadow with color #0D1B01.

Preview

Color preview on black background

This text has color #0D1B01 on black background.


Color preview on white background

This text has color #0D1B01 on white background.


Black color preview on #0D1B01 background

This text has black color on #0D1B01 background.


White color preview on #0D1B01 background

This text has white color on #0D1B01 background.


Related colors

Complementary color

Complementary color for #hex is #F2E4FE.


I love getcolorcode.com

Triadic colors

1 #010D1B and #1B010D with #0D1B01 are triadic colors.

2 #011B0D and #1B0D01 with #0D1B01 are triadic colors.