Shades of Black #150F0D
Tints of Black #150F0D
RGB
CMYK
RGB Variations
Color information
#150F0D (or 0x150F0D) is known color: Black. HEX triplet: 15, 0F and 0D. RGB value is (21,15,13). Sum of RGB (Red+Green+Blue) = 21+15+13=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #150F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F0D is #EAF0F2. Grayscale: #101010. Windows color (decimal): -15397107 or 855829. OLE color: 855829.
HSL color Cylindrical-coordinate representation of color #150F0D: hue angle of 15º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #150F0D is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 13 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.92 |
| HSL | 15º | 0.24% | 0.07% | - |
| HSV(B) | 15º | 0.38% | 0.08% | - |
| XYZ | 0.55 | 0.53 | 0.45 | - |
| YUV | 16.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 13 | 0 | 0.29 | 0.38 | 0.92 | 15 | 0.24 | 0.07 |
| Hex | 15 | F | D | 0 | 1D | 26 | 5C | F | 18 | 7 |
| Octal | 25 | 17 | 15 | 0 | 35 | 46 | 134 | 17 | 30 | 7 |
| Binary | 10101 | 1111 | 1101 | 0 | 11101 | 100110 | 1011100 | 1111 | 11000 | 111 |
Color Harmonies of #150F0D
Complementary color
Monochromatic Colors of #150F0D
Black with #150F0D
Text Example
Text Example
White with #150F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F0D; }
p { color: rgb(21,15,13); }
H1.HeaderClassName
{
color: #150F0D;
}
.AnyTagClassName
{
color: #150F0D;
}
</style>
background-color css
<style>
a { background-color: #150F0D; }
a { background-color: rgb(21,15,13); }
div.DivClassName
{
background-color: #150F0D;
}
.BgClassName
{
background-color: #150F0D;
}
</style>
border-color css
<style>
span { border-color: #150F0D; }
span { border-color: rgb(21,15,13); }
td.TdClassName
{
border-color: #150F0D;
}
.TagClassName
{
border-color: #150F0D;
}
</style>