Html Css Color HEX #120906 Black

📋 copy color: '#120906'

red 18 ◦ green 9 ◦ blue 6

#120906
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #120906

Tints of Black #120906

RGB

 RED value IS 18 (7.42% from 255) = 54.55%

 GREEN value IS 9 (3.91% from 255) = 27.27%

 BLUE value IS 6 (2.73% from 255) = 18.18%

R = 54.55%
G = 27.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.93

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#120906 (or 0x120906) is known color: Black. HEX triplet: 12, 09 and 06. RGB value is (18,9,6). Sum of RGB (Red+Green+Blue) = 18+9+6=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120906 is #EDF6F9. Grayscale: #0B0B0B. Windows color (decimal): -15595258 or 395538. OLE color: 395538.

HSL color Cylindrical-coordinate representation of color #120906: hue angle of 15º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120906 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 9 6 -
CMYK 0 0.5 0.67 0.93
HSL 15º 0.5% 0.05% -
HSV(B) 15º 0.67% 0.07% -
XYZ 0.38 0.34 0.22 -
YUV 11.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 18 9 6 0 0.5 0.67 0.93 15 0.5 0.05
Hex 12 9 6 0 32 43 5D F 32 5
Octal 22 11 6 0 62 103 135 17 62 5
Binary 10010 1001 110 0 110010 1000011 1011101 1111 110010 101

Color Harmonies of #120906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120906

Black with #120906

Text Example


Text Example

White with #120906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120906; }

 p { color: rgb(18,9,6); }

 H1.HeaderClassName
 {
   color: #120906;
 }
 .AnyTagClassName
 {
   color: #120906;
 }
</style>

background-color css

<style>
 a { background-color: #120906; }

 a { background-color: rgb(18,9,6); }

 div.DivClassName
 {
   background-color: #120906;
 }
 .BgClassName
 {
   background-color: #120906;
 }
</style>

border-color css

<style>
 span { border-color: #120906; }

 span { border-color: rgb(18,9,6); }

 td.TdClassName
 {
   border-color: #120906;
 }
 .TagClassName
 {
   border-color: #120906;
 }
</style>