Html Css Color HEX #120806 Black

📋 copy color: '#120806'

red 18 ◦ green 8 ◦ blue 6

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

Shades of Black #120806

Tints of Black #120806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25%

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

R = 56.25%
G = 25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#120806 (or 0x120806) is known color: Black. HEX triplet: 12, 08 and 06. RGB value is (18,8,6). Sum of RGB (Red+Green+Blue) = 18+8+6=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120806 is #EDF7F9. Grayscale: #0A0A0A. Windows color (decimal): -15595514 or 395282. OLE color: 395282.

HSL color Cylindrical-coordinate representation of color #120806: hue angle of 10º 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 #120806 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 8 6 -
CMYK 0 0.56 0.67 0.93
HSL 10º 0.5% 0.05% -
HSV(B) 10º 0.67% 0.07% -
XYZ 0.37 0.32 0.21 -
YUV 10.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 18 8 6 0 0.56 0.67 0.93 10 0.5 0.05
Hex 12 8 6 0 38 43 5D A 32 5
Octal 22 10 6 0 70 103 135 12 62 5
Binary 10010 1000 110 0 111000 1000011 1011101 1010 110010 101

Color Harmonies of #120806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120806

Black with #120806

Text Example


Text Example

White with #120806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120806; }

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

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

background-color css

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

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

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

border-color css

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

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

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