Shades of Black #150500
Tints of Black #150500
RGB
CMYK
RGB Variations
Color information
#150500 (or 0x150500) is known color: Black. HEX triplet: 15, 05 and 00. RGB value is (21,5,0). Sum of RGB (Red+Green+Blue) = 21+5+0=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150500 is #EAFAFF. Grayscale: #090909. Windows color (decimal): -15399680 or 1301. OLE color: 1301.
HSL color Cylindrical-coordinate representation of color #150500: hue angle of 14.29º 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 #150500 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 5 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.92 |
| HSL | 14.29º | 1% | 0.04% | - |
| HSV(B) | 14.29º | 1% | 0.08% | - |
| XYZ | 0.36 | 0.27 | 0.03 | - |
| YUV | 9.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 0 | 0 | 0.76 | 1 | 0.92 | 14.29 | 1 | 0.04 |
| Hex | 15 | 5 | 0 | 0 | 4C | 64 | 5C | E | 64 | 4 |
| Octal | 25 | 5 | 0 | 0 | 114 | 144 | 134 | 16 | 144 | 4 |
| Binary | 10101 | 101 | 0 | 0 | 1001100 | 1100100 | 1011100 | 1110 | 1100100 | 100 |
Color Harmonies of #150500
Complementary color
Monochromatic Colors of #150500
Black with #150500
Text Example
Text Example
White with #150500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150500; }
p { color: rgb(21,5,0); }
H1.HeaderClassName
{
color: #150500;
}
.AnyTagClassName
{
color: #150500;
}
</style>
background-color css
<style>
a { background-color: #150500; }
a { background-color: rgb(21,5,0); }
div.DivClassName
{
background-color: #150500;
}
.BgClassName
{
background-color: #150500;
}
</style>
border-color css
<style>
span { border-color: #150500; }
span { border-color: rgb(21,5,0); }
td.TdClassName
{
border-color: #150500;
}
.TagClassName
{
border-color: #150500;
}
</style>