Shades of Black #150505
Tints of Black #150505
RGB
CMYK
RGB Variations
Color information
#150505 (or 0x150505) is known color: Black. HEX triplet: 15, 05 and 05. RGB value is (21,5,5). Sum of RGB (Red+Green+Blue) = 21+5+5=31 (4% of max value = 765). Red value is 21 (8.59% from 255 or 67.74% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 21 - color contains mainly: red. Hex color #150505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150505 is #EAFAFA. Grayscale: #090909. Windows color (decimal): -15399675 or 328981. OLE color: 328981.
HSL color Cylindrical-coordinate representation of color #150505: hue angle of 0º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150505 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 5 | 5 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.92 |
| HSL | 0º | 0.62% | 0.05% | - |
| HSV(B) | 0º | 0.76% | 0.08% | - |
| XYZ | 0.39 | 0.28 | 0.18 | - |
| YUV | 9.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 5 | 0 | 0.76 | 0.76 | 0.92 | 0 | 0.62 | 0.05 |
| Hex | 15 | 5 | 5 | 0 | 4C | 4C | 5C | 0 | 3E | 5 |
| Octal | 25 | 5 | 5 | 0 | 114 | 114 | 134 | 0 | 76 | 5 |
| Binary | 10101 | 101 | 101 | 0 | 1001100 | 1001100 | 1011100 | 0 | 111110 | 101 |
Color Harmonies of #150505
Complementary color
Monochromatic Colors of #150505
Black with #150505
Text Example
Text Example
White with #150505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150505; }
p { color: rgb(21,5,5); }
H1.HeaderClassName
{
color: #150505;
}
.AnyTagClassName
{
color: #150505;
}
</style>
background-color css
<style>
a { background-color: #150505; }
a { background-color: rgb(21,5,5); }
div.DivClassName
{
background-color: #150505;
}
.BgClassName
{
background-color: #150505;
}
</style>
border-color css
<style>
span { border-color: #150505; }
span { border-color: rgb(21,5,5); }
td.TdClassName
{
border-color: #150505;
}
.TagClassName
{
border-color: #150505;
}
</style>