Html Css Color HEX #120404 Black

📋 copy color: '#120404'

red 18 ◦ green 4 ◦ blue 4

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

Shades of Black #120404

Tints of Black #120404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 15.38%

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

R = 69.23%
G = 15.38%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120404 (or 0x120404) is known color: Black. HEX triplet: 12, 04 and 04. RGB value is (18,4,4). Sum of RGB (Red+Green+Blue) = 18+4+4=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120404 is #EDFBFB. Grayscale: #080808. Windows color (decimal): -15596540 or 263186. OLE color: 263186.

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

Color convert

RGB 18 4 4 -
CMYK 0 0.78 0.78 0.93
HSL 0.64% 0.04% -
HSV(B) 0.78% 0.07% -
XYZ 0.31 0.22 0.14 -
YUV 8.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 18 4 4 0 0.78 0.78 0.93 0 0.64 0.04
Hex 12 4 4 0 4E 4E 5D 0 40 4
Octal 22 4 4 0 116 116 135 0 100 4
Binary 10010 100 100 0 1001110 1001110 1011101 0 1000000 100

Color Harmonies of #120404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120404

Black with #120404

Text Example


Text Example

White with #120404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120404; }

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

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

background-color css

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

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

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

border-color css

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

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

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