#120501

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

Shades of Black #120501

Tints of Black #120501

Color information

#120501 (or 0x120501) is unknown color: approx Black. HEX triplet: 12, 05 and 01. RGB value is (18,5,1). Sum of RGB (Red+Green+Blue) = 18+5+1=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120501 is #EDFAFE. Grayscale: #080808. Windows color (decimal): -15596287 or 66834. OLE color: 66834.

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

Color convert

RGB1851-
CMYK00.720.940.93
HSL14.12º89.47%3.73%-
HSV(B)14.12º94.44%7.06%-
XYZ0.310.240.06-
YUV8.43123.81134.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 20.83%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=75%
G=20.83%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal185100.720.940.9314.1289.473.73
Hex12510485E5De594
Octal22510110136135161314
Binary100101011010010001011110101110111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120501; }

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

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

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

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

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

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

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

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