Html Css Color HEX #120502 Black

📋 copy color: '#120502'

red 18 ◦ green 5 ◦ blue 2

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

Shades of Black #120502

Tints of Black #120502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 20%

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

R = 72%
G = 20%
B = 8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#120502 (or 0x120502) is known color: Black. HEX triplet: 12, 05 and 02. RGB value is (18,5,2). Sum of RGB (Red+Green+Blue) = 18+5+2=25 (3% of max value = 765). Red value is 18 (7.42% from 255 or 72% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 18 - color contains mainly: red. Hex color #120502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120502 is #EDFAFD. Grayscale: #080808. Windows color (decimal): -15596286 or 132370. OLE color: 132370.

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

Color convert

RGB 18 5 2 -
CMYK 0 0.72 0.89 0.93
HSL 11.25º 0.8% 0.04% -
HSV(B) 11.25º 0.89% 0.07% -
XYZ 0.31 0.24 0.09 -
YUV 8.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 18 5 2 0 0.72 0.89 0.93 11.25 0.8 0.04
Hex 12 5 2 0 48 59 5D B 50 4
Octal 22 5 2 0 110 131 135 13 120 4
Binary 10010 101 10 0 1001000 1011001 1011101 1011 1010000 100

Color Harmonies of #120502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120502

Black with #120502

Text Example


Text Example

White with #120502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120502; }

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

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

background-color css

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

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

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

border-color css

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

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

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