Shades of Black #150805
Tints of Black #150805
RGB
CMYK
RGB Variations
Color information
#150805 (or 0x150805) is known color: Black. HEX triplet: 15, 08 and 05. RGB value is (21,8,5). Sum of RGB (Red+Green+Blue) = 21+8+5=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150805 is #EAF7FA. Grayscale: #0B0B0B. Windows color (decimal): -15398907 or 329749. OLE color: 329749.
HSL color Cylindrical-coordinate representation of color #150805: hue angle of 11.25º 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 #150805 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 5 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.92 |
| HSL | 11.25º | 0.62% | 0.05% | - |
| HSV(B) | 11.25º | 0.76% | 0.08% | - |
| XYZ | 0.42 | 0.34 | 0.19 | - |
| YUV | 11.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 5 | 0 | 0.62 | 0.76 | 0.92 | 11.25 | 0.62 | 0.05 |
| Hex | 15 | 8 | 5 | 0 | 3E | 4C | 5C | B | 3E | 5 |
| Octal | 25 | 10 | 5 | 0 | 76 | 114 | 134 | 13 | 76 | 5 |
| Binary | 10101 | 1000 | 101 | 0 | 111110 | 1001100 | 1011100 | 1011 | 111110 | 101 |
Color Harmonies of #150805
Complementary color
Monochromatic Colors of #150805
Black with #150805
Text Example
Text Example
White with #150805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150805; }
p { color: rgb(21,8,5); }
H1.HeaderClassName
{
color: #150805;
}
.AnyTagClassName
{
color: #150805;
}
</style>
background-color css
<style>
a { background-color: #150805; }
a { background-color: rgb(21,8,5); }
div.DivClassName
{
background-color: #150805;
}
.BgClassName
{
background-color: #150805;
}
</style>
border-color css
<style>
span { border-color: #150805; }
span { border-color: rgb(21,8,5); }
td.TdClassName
{
border-color: #150805;
}
.TagClassName
{
border-color: #150805;
}
</style>