Html Css Color HEX #120808 Black

📋 copy color: '#120808'

red 18 ◦ green 8 ◦ blue 8

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

Shades of Black #120808

Tints of Black #120808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 23.53%

R = 52.94%
G = 23.53%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#120808 (or 0x120808) is known color: Black. HEX triplet: 12, 08 and 08. RGB value is (18,8,8). Sum of RGB (Red+Green+Blue) = 18+8+8=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120808 is #EDF7F7. Grayscale: #0B0B0B. Windows color (decimal): -15595512 or 526354. OLE color: 526354.

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

Color convert

RGB 18 8 8 -
CMYK 0 0.56 0.56 0.93
HSL 0.38% 0.05% -
HSV(B) 0.56% 0.07% -
XYZ 0.38 0.32 0.27 -
YUV 10.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 18 8 8 0 0.56 0.56 0.93 0 0.38 0.05
Hex 12 8 8 0 38 38 5D 0 26 5
Octal 22 10 10 0 70 70 135 0 46 5
Binary 10010 1000 1000 0 111000 111000 1011101 0 100110 101

Color Harmonies of #120808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120808

Black with #120808

Text Example


Text Example

White with #120808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120808; }

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

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

background-color css

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

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

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

border-color css

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

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

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