Shades of Black #150905
Tints of Black #150905
RGB
CMYK
RGB Variations
Color information
#150905 (or 0x150905) is known color: Black. HEX triplet: 15, 09 and 05. RGB value is (21,9,5). Sum of RGB (Red+Green+Blue) = 21+9+5=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #150905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150905 is #EAF6FA. Grayscale: #0C0C0C. Windows color (decimal): -15398651 or 330005. OLE color: 330005.
HSL color Cylindrical-coordinate representation of color #150905: hue angle of 15º 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 #150905 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 9 | 5 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.92 |
| HSL | 15º | 0.62% | 0.05% | - |
| HSV(B) | 15º | 0.76% | 0.08% | - |
| XYZ | 0.43 | 0.37 | 0.19 | - |
| YUV | 12.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 5 | 0 | 0.57 | 0.76 | 0.92 | 15 | 0.62 | 0.05 |
| Hex | 15 | 9 | 5 | 0 | 39 | 4C | 5C | F | 3E | 5 |
| Octal | 25 | 11 | 5 | 0 | 71 | 114 | 134 | 17 | 76 | 5 |
| Binary | 10101 | 1001 | 101 | 0 | 111001 | 1001100 | 1011100 | 1111 | 111110 | 101 |
Color Harmonies of #150905
Complementary color
Monochromatic Colors of #150905
Black with #150905
Text Example
Text Example
White with #150905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150905; }
p { color: rgb(21,9,5); }
H1.HeaderClassName
{
color: #150905;
}
.AnyTagClassName
{
color: #150905;
}
</style>
background-color css
<style>
a { background-color: #150905; }
a { background-color: rgb(21,9,5); }
div.DivClassName
{
background-color: #150905;
}
.BgClassName
{
background-color: #150905;
}
</style>
border-color css
<style>
span { border-color: #150905; }
span { border-color: rgb(21,9,5); }
td.TdClassName
{
border-color: #150905;
}
.TagClassName
{
border-color: #150905;
}
</style>