COLOR #0D0B01

HEX: #0D0B01
RGB: (13,11,1)

Color info

#0D0B01 contains red, green and blue colors in about the same proportion. Web safe color of #0D0B01 is #000000 (or #000).

RGB color model

#0D0B01 color RGB value is (13,11,1).

  • red value is 13;
  • green value is 11;
  • blue value is 1.
RGB:
(13,11,1)
(5%,4%,0%)

RGB channels and saturation

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

13
11
1

R + G + B ~ 3%. #0D0B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 11 + 1 = 25 (100%)
R 13 of 25 ~ 52%
G 11 of 25 ~ 44%
B 1 of 25 ~ 4%

%52
%44

CMYK color model

#0D0B01 color CMYK value is (0,15,92,95).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 92.31%
  • key color value is 94.90%
CMYK:
(0,15,92,95)
C0M15Y92K95 
(0%,15%,92%,95%)
(0.00/0.15/0.92/0.95)	

CMYK percentages

%0
%15.38
%92.31
%94.9

Codes

Color #0D0B01 in popluar color models

0D0B01
RGB13111
HSL50°85.71%2.75%
HSB/HSV50°92.31%5.10%
CMYK0.00%15.38%92.31%
94.90%

Color #0D0B01 in popluar number systems.

HEX0D0B01
Decimal13111
Binary110110111
Octal15131

Shades and tints

Shades of #0D0B01

#0D0B01
(13,11,1)
#0C0A01
(12,10,1)
#0B0901
(11,9,1)
#0A0801
(10,8,1)
#090701
(9,7,1)
#080601
(8,6,1)
#070501
(7,5,1)
#060401
(6,4,1)
#050301
(5,3,1)
#040201
(4,2,1)
#030101
(3,1,1)
#000000
(0,0,0)

Tints of #0D0B01

#0D0B01
(13,11,1)
#232118
(35,33,24)
#39372F
(57,55,47)
#4F4D46
(79,77,70)
#65635D
(101,99,93)
#7B7974
(123,121,116)
#918F8B
(145,143,139)
#A7A5A2
(167,165,162)
#BDBBB9
(189,187,185)
#D3D1D0
(211,209,208)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0B01; }

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

This text font color is #0D0B01.


Background Color

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

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

This div background color is #0D0B01.


Border color

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

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

This div border color is #0D0B01.


Opacity

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

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

Text with #0D0B01 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 #0D0B01;}

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

This text has shadow with #0D0B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0B01 on black background.


Color preview on white background

This text has color #0D0B01 on white background.



Black color preview on #0D0B01 background

This text has black color on #0D0B01 background.


White color preview on #0D0B01 background

This text has white color on #0D0B01 background.