#150802

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

Shades of Black #150802

Tints of Black #150802

Color information

#150802 (or 0x150802) is unknown color: approx Black. HEX triplet: 15, 08 and 02. RGB value is (21,8,2). Sum of RGB (Red+Green+Blue) = 21+8+2=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150802 is #EAF7FD. Grayscale: #0B0B0B. Windows color (decimal): -15398910 or 133141. OLE color: 133141.

HSL color Cylindrical-coordinate representation of color #150802: hue angle of 18.95º 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 #150802 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB2182-
CMYK00.620.900.92
HSL18.95º82.61%4.51%-
HSV(B)18.95º90.48%8.24%-
XYZ0.410.340.1-
YUV11.2122.81134.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 67.74%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 2 (1.17% from 255) = 6.45%
R=67.74%
G=25.81%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal218200.620.900.9218.9582.614.51
Hex158203E5A5C13535
Octal25102076132134231235
Binary10101100010011111010110101011100100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150802; }

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

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

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

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

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

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

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

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