Html Css Color HEX #120401 Black

📋 copy color: '#120401'

red 18 ◦ green 4 ◦ blue 1

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

Shades of Black #120401

Tints of Black #120401

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 value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120401 (or 0x120401) is known color: 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

RGB 18 4 1 -
CMYK 0 0.78 0.94 0.93
HSL 10.59º 0.89% 0.04% -
HSV(B) 10.59º 0.94% 0.07% -
XYZ 0.3 0.22 0.05 -
YUV 7.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 18 4 1 0 0.78 0.94 0.93 10.59 0.89 0.04
Hex 12 4 1 0 4E 5E 5D B 59 4
Octal 22 4 1 0 116 136 135 13 131 4
Binary 10010 100 1 0 1001110 1011110 1011101 1011 1011001 100

Color Harmonies of #120401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120401

Black with #120401

Text Example


Text Example

White with #120401

Text Example


Text Example

HTML Codes & Css Web 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>