Shades of Black #150200
Tints of Black #150200
RGB
CMYK
RGB Variations
Color information
#150200 (or 0x150200) is known color: 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
| RGB | 21 | 2 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.92 |
| HSL | 5.71º | 1% | 0.04% | - |
| HSV(B) | 5.71º | 1% | 0.08% | - |
| XYZ | 0.33 | 0.2 | 0.02 | - |
| YUV | 7.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 0 | 0 | 0.90 | 1 | 0.92 | 5.71 | 1 | 0.04 |
| Hex | 15 | 2 | 0 | 0 | 5A | 64 | 5C | 6 | 64 | 4 |
| Octal | 25 | 2 | 0 | 0 | 132 | 144 | 134 | 6 | 144 | 4 |
| Binary | 10101 | 10 | 0 | 0 | 1011010 | 1100100 | 1011100 | 110 | 1100100 | 100 |
Color Harmonies of #150200
Complementary color
Monochromatic Colors of #150200
Black with #150200
Text Example
Text Example
White with #150200
Text Example
Text Example
HTML Codes & Css Web 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>