COLOR #0B1900

HEX: #0B1900 RGB: (11,25,0)

Color info

#0B1900 contains only red and green colors. Web safe color of #0B1900 is #000000 (or #000).

RGB color model

#0B1900 color RGB value is (11,25,0).

RGB: (11,25,0) (4%, 10%, 0%)

RGB channels and saturation

R 11 of 255 = 4%
G 25 of 255 = 10%
B 0 of 255 = 0%

11
25
0

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

Portions of RGB colors in percentages

R + G + B = 11 + 25 + 0 = 36 (100%)
R 11 of 36 ~ 30.56%
G 25 of 36 ~ 69.44%
B 0 of 36 ~ 0'%

%30.56
%69.44

CMYK color model

#0B1900 color CMYK value is (56,0,100,90).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 90.20%

CMYK: (56,0,100,90)
C56M0Y100K90 (56%, 0%, 100%, 90%)
(0.56 / 0.00 / 1.00 / 0.90)

CMYK percentages

%56
%0
%100
%90.2

Codes

Color #0B1900 in popluar color models

0B 19 00
RGB 11 25 0
HSL 94° 100.00% 4.90%
HSB/HSV 94° 100.00% 9.80%
CMYK 56.00% 0.00% 100.00%
90.20%

Color #0B1900 in popluar number systems.

HEX 0B 19 00
Decimal 11 25 0
Binary 1011 11001 0
Octal 13 31 0

Shades and tints

Shades of #0B1900

#0B1900
(11,25,0)
#0A1700
(10,23,0)
#091500
(9,21,0)
#081300
(8,19,0)
#071100
(7,17,0)
#060F00
(6,15,0)
#050D00
(5,13,0)
#040B00
(4,11,0)
#030900
(3,9,0)
#020700
(2,7,0)
#010500
(1,5,0)
#000000
(0,0,0)

Tints of #0B1900

#0B1900
(11,25,0)
#212D17
(33,45,23)
#37412E
(55,65,46)
#4D5545
(77,85,69)
#63695C
(99,105,92)
#797D73
(121,125,115)
#8F918A
(143,145,138)
#A5A5A1
(165,165,161)
#BBB9B8
(187,185,184)
#D1CDCF
(209,205,207)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1900; }

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

This text font color is #0B1900.

Background Color

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

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

This div background color is #0B1900.

Border color

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

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

This div border color is #0B1900.

Opacity

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

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

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

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

This text has shadow with #0B1900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1900.

Preview

Color preview on black background

This text has color #0B1900 on black background.


Color preview on white background

This text has color #0B1900 on white background.


Black color preview on #0B1900 background

This text has black color on #0B1900 background.


White color preview on #0B1900 background

This text has white color on #0B1900 background.


Related colors

Complementary color

Complementary color for #hex is #F4E6FF.


I love getcolorcode.com

Triadic colors

1 #000B19 and #19000B with #0B1900 are triadic colors.

2 #00190B and #190B00 with #0B1900 are triadic colors.