#150200

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

Shades of Black #150200

Tints of Black #150200

Color information

#150200 (or 0x150200) is unknown color: approx Black. HEX triplet: 15, 02 and 00. RGB value is (21,2,0). Sum of RGB (Red+Green+Blue) = 21+2+0=23 (3% of max value = 765). Red value is 21 (8.59% from 255 or 91.30% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 21 - color contains mainly: red. Hex color #150200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150200 is #EAFDFF. Grayscale: #070707. Windows color (decimal): -15400448 or 533. OLE color: 533.

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

Color convert

RGB2120-
CMYK00.9010.92
HSL5.71º100%4.12%-
HSV(B)5.71º100%8.24%-
XYZ0.330.20.02-
YUV7.45123.79137.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 91.30%
GREEN value IS 2 (1.17% from 255) = 8.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.30%
G=8.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal212000.9010.925.711004.12
Hex152005A645C6644
Octal2520013214413461444
Binary1010110001011010110010010111001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150200; }

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

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

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

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

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

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

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

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