COLOR #00120F

HEX: #00120F RGB: (0,18,15)

Color info

#00120F contains only green and blue colors. Web safe color of #00120F is #000000 (or #000).

RGB color model

#00120F color RGB value is (0,18,15).

RGB: (0,18,15) (0%, 7%, 6%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 15 of 255 = 6%

0
18
15

R + G + B ~ 4%. #00120F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 18 + 15 = 33 (100%)
R 0 of 33 ~ 0%
G 18 of 33 ~ 54.55%
B 15 of 33 ~ 45.45'%

%54.55
%45.45

CMYK color model

#00120F color CMYK value is (100,0,17,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 92.94%

CMYK: (100,0,17,93)
C100M0Y17K93 (100%, 0%, 17%, 93%)
(1.00 / 0.00 / 0.17 / 0.93)

CMYK percentages

%100
%0
%16.67
%92.94

Codes

Color #00120F in popluar color models

00 12 0F
RGB 0 18 15
HSL 170° 100.00% 3.53%
HSB/HSV 170° 100.00% 7.06%
CMYK 100.00% 0.00% 16.67%
92.94%

Color #00120F in popluar number systems.

HEX 00 12 0F
Decimal 0 18 15
Binary 0 10010 1111
Octal 0 22 17

Shades and tints

Shades of #00120F

#00120F
(0,18,15)
#00110E
(0,17,14)
#00100D
(0,16,13)
#000F0C
(0,15,12)
#000E0B
(0,14,11)
#000D0A
(0,13,10)
#000C09
(0,12,9)
#000B08
(0,11,8)
#000A07
(0,10,7)
#000906
(0,9,6)
#000805
(0,8,5)
#000000
(0,0,0)

Tints of #00120F

#00120F
(0,18,15)
#172724
(23,39,36)
#2E3C39
(46,60,57)
#45514E
(69,81,78)
#5C6663
(92,102,99)
#737B78
(115,123,120)
#8A908D
(138,144,141)
#A1A5A2
(161,165,162)
#B8BAB7
(184,186,183)
#CFCFCC
(207,207,204)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00120F color. Also use rgb(0,18,15) instead hex code.

Text Font Color

.myTextColor { color: #00120F; }

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

This text font color is #00120F.

Background Color

.myBgColor { background-color: #00120F; }

<div style="background-color:#00120F">Inner text</div>

This div background color is #00120F.

Border color

.myBorderColor { border: 1px solid #00120F; }

<div style="border:3px solid #00120F">Div</div>

This div border color is #00120F.

Opacity

.myOpacity80 { color: #00120F; opacity: 0.8; }

<p style="color:#00120F;opacity:0.8;">80%</p>

Text with #00120F 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 #00120F;}

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

This text has shadow with #00120F color.


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

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

This text has shadow with #00120F primary color and red secondary color.


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

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

This text has shadow with #00120F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00120F.

Preview

Color preview on black background

This text has color #00120F on black background.


Color preview on white background

This text has color #00120F on white background.


Black color preview on #00120F background

This text has black color on #00120F background.


White color preview on #00120F background

This text has white color on #00120F background.


Related colors

Complementary color

Complementary color for #hex is #FFEDF0.


I love getcolorcode.com

Triadic colors

1 #0F0012 and #120F00 with #00120F are triadic colors.

2 #0F1200 and #12000F with #00120F are triadic colors.