#150402

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

Shades of Black #150402

Tints of Black #150402

Color information

#150402 (or 0x150402) is unknown color: approx Black. HEX triplet: 15, 04 and 02. RGB value is (21,4,2). Sum of RGB (Red+Green+Blue) = 21+4+2=27 (3% of max value = 765). Red value is 21 (8.59% from 255 or 77.78% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 21 - color contains mainly: red. Hex color #150402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150402 is #EAFBFD. Grayscale: #080808. Windows color (decimal): -15399934 or 132117. OLE color: 132117.

HSL color Cylindrical-coordinate representation of color #150402: hue angle of 6.32º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150402 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB2142-
CMYK00.810.900.92
HSL6.32º82.61%4.51%-
HSV(B)6.32º90.48%8.24%-
XYZ0.360.250.09-
YUV8.85124.13136.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 77.78%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=77.78%
G=14.81%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal214200.810.900.926.3282.614.51
Hex15420515A5C6535
Octal2542012113213461235
Binary101011001001010001101101010111001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150402; }

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

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

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

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

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

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

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

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