Html Css Color HEX #120904 Black

📋 copy color: '#120904'

red 18 ◦ green 9 ◦ blue 4

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

Shades of Black #120904

Tints of Black #120904

RGB

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

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

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

R = 58.06%
G = 29.03%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120904 (or 0x120904) is known color: Black. HEX triplet: 12, 09 and 04. RGB value is (18,9,4). Sum of RGB (Red+Green+Blue) = 18+9+4=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120904 is #EDF6FB. Grayscale: #0B0B0B. Windows color (decimal): -15595260 or 264466. OLE color: 264466.

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

Color convert

RGB 18 9 4 -
CMYK 0 0.5 0.78 0.93
HSL 21.43º 0.64% 0.04% -
HSV(B) 21.43º 0.78% 0.07% -
XYZ 0.37 0.33 0.16 -
YUV 11.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 18 9 4 0 0.5 0.78 0.93 21.43 0.64 0.04
Hex 12 9 4 0 32 4E 5D 15 40 4
Octal 22 11 4 0 62 116 135 25 100 4
Binary 10010 1001 100 0 110010 1001110 1011101 10101 1000000 100

Color Harmonies of #120904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120904

Black with #120904

Text Example


Text Example

White with #120904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120904; }

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

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

background-color css

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

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

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

border-color css

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

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

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