Html Css Color HEX #120402 Black

📋 copy color: '#120402'

red 18 ◦ green 4 ◦ blue 2

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

Shades of Black #120402

Tints of Black #120402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 8.33%

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#120402 (or 0x120402) is known color: Black. HEX triplet: 12, 04 and 02. RGB value is (18,4,2). Sum of RGB (Red+Green+Blue) = 18+4+2=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120402 is #EDFBFD. Grayscale: #070707. Windows color (decimal): -15596542 or 132114. OLE color: 132114.

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

Color convert

RGB 18 4 2 -
CMYK 0 0.78 0.89 0.93
HSL 7.5º 0.8% 0.04% -
HSV(B) 7.5º 0.89% 0.07% -
XYZ 0.3 0.22 0.08 -
YUV 7.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 18 4 2 0 0.78 0.89 0.93 7.5 0.8 0.04
Hex 12 4 2 0 4E 59 5D 8 50 4
Octal 22 4 2 0 116 131 135 10 120 4
Binary 10010 100 10 0 1001110 1011001 1011101 1000 1010000 100

Color Harmonies of #120402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120402

Black with #120402

Text Example


Text Example

White with #120402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120402; }

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

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

background-color css

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

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

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

border-color css

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

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

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