#120401

Color #120401 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #120401

Tints of Black #120401

Color information

#120401 (or 0x120401) is unknown color: approx Black. HEX triplet: 12, 04 and 01. RGB value is (18,4,1). Sum of RGB (Red+Green+Blue) = 18+4+1=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120401 is #EDFBFE. Grayscale: #070707. Windows color (decimal): -15596543 or 66578. OLE color: 66578.

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

Color convert

RGB1841-
CMYK00.780.940.93
HSL10.59º89.47%3.73%-
HSV(B)10.59º94.44%7.06%-
XYZ0.30.220.05-
YUV7.84124.14135.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 78.26%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 1 (0.78% from 255) = 4.35%
R=78.26%
G=17.39%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal184100.780.940.9310.5989.473.73
Hex124104E5E5Db594
Octal22410116136135131314
Binary100101001010011101011110101110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120401; }

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

 H1.HeaderClassName
 {
   color: #120401;
 }
 .AnyTagClassName
 {
   color: #120401;
 }
</style>
background-color css

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

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

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

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

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

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