Html Css Color HEX #120604 Black

📋 copy color: '#120604'

red 18 ◦ green 6 ◦ blue 4

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

Shades of Black #120604

Tints of Black #120604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 21.43%

 BLUE value IS 4 (1.95% from 255) = 14.29%

R = 64.29%
G = 21.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120604 (or 0x120604) is known color: Black. HEX triplet: 12, 06 and 04. RGB value is (18,6,4). Sum of RGB (Red+Green+Blue) = 18+6+4=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 6 (2.73% from 255 or 21.43% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120604 is #EDF9FB. Grayscale: #090909. Windows color (decimal): -15596028 or 263698. OLE color: 263698.

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

Color convert

RGB 18 6 4 -
CMYK 0 0.67 0.78 0.93
HSL 8.57º 0.64% 0.04% -
HSV(B) 8.57º 0.78% 0.07% -
XYZ 0.34 0.27 0.15 -
YUV 9.36 124.98 134.16 -
System Red Green Blue C M Y K H S L
Decimal 18 6 4 0 0.67 0.78 0.93 8.57 0.64 0.04
Hex 12 6 4 0 43 4E 5D 9 40 4
Octal 22 6 4 0 103 116 135 11 100 4
Binary 10010 110 100 0 1000011 1001110 1011101 1001 1000000 100

Color Harmonies of #120604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120604

Black with #120604

Text Example


Text Example

White with #120604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120604; }

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

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

background-color css

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

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

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

border-color css

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

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

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