Shades of Black #150D08
Tints of Black #150D08
RGB
CMYK
RGB Variations
Color information
#150D08 (or 0x150D08) is known color: Black. HEX triplet: 15, 0D and 08. RGB value is (21,13,8). Sum of RGB (Red+Green+Blue) = 21+13+8=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #150D08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D08 is #EAF2F7. Grayscale: #0E0E0E. Windows color (decimal): -15397624 or 527637. OLE color: 527637.
HSL color Cylindrical-coordinate representation of color #150D08: hue angle of 23.08º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150D08 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 8 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.92 |
| HSL | 23.08º | 0.45% | 0.06% | - |
| HSV(B) | 23.08º | 0.62% | 0.08% | - |
| XYZ | 0.5 | 0.46 | 0.29 | - |
| YUV | 14.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 8 | 0 | 0.38 | 0.62 | 0.92 | 23.08 | 0.45 | 0.06 |
| Hex | 15 | D | 8 | 0 | 26 | 3E | 5C | 17 | 2D | 6 |
| Octal | 25 | 15 | 10 | 0 | 46 | 76 | 134 | 27 | 55 | 6 |
| Binary | 10101 | 1101 | 1000 | 0 | 100110 | 111110 | 1011100 | 10111 | 101101 | 110 |
Color Harmonies of #150D08
Complementary color
Monochromatic Colors of #150D08
Black with #150D08
Text Example
Text Example
White with #150D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D08; }
p { color: rgb(21,13,8); }
H1.HeaderClassName
{
color: #150D08;
}
.AnyTagClassName
{
color: #150D08;
}
</style>
background-color css
<style>
a { background-color: #150D08; }
a { background-color: rgb(21,13,8); }
div.DivClassName
{
background-color: #150D08;
}
.BgClassName
{
background-color: #150D08;
}
</style>
border-color css
<style>
span { border-color: #150D08; }
span { border-color: rgb(21,13,8); }
td.TdClassName
{
border-color: #150D08;
}
.TagClassName
{
border-color: #150D08;
}
</style>