Html Css Color HEX #120908 Black

📋 copy color: '#120908'

red 18 ◦ green 9 ◦ blue 8

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

Shades of Black #120908

Tints of Black #120908

RGB

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

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

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

R = 51.43%
G = 25.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#120908 (or 0x120908) is known color: Black. HEX triplet: 12, 09 and 08. RGB value is (18,9,8). Sum of RGB (Red+Green+Blue) = 18+9+8=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120908 is #EDF6F7. Grayscale: #0B0B0B. Windows color (decimal): -15595256 or 526610. OLE color: 526610.

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

Color convert

RGB 18 9 8 -
CMYK 0 0.5 0.56 0.93
HSL 0.38% 0.05% -
HSV(B) 0.56% 0.07% -
XYZ 0.39 0.34 0.28 -
YUV 11.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 18 9 8 0 0.5 0.56 0.93 6 0.38 0.05
Hex 12 9 8 0 32 38 5D 6 26 5
Octal 22 11 10 0 62 70 135 6 46 5
Binary 10010 1001 1000 0 110010 111000 1011101 110 100110 101

Color Harmonies of #120908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120908

Black with #120908

Text Example


Text Example

White with #120908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120908; }

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

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

background-color css

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

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

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

border-color css

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

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

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