Shades of Black #150F0E
Tints of Black #150F0E
RGB
CMYK
RGB Variations
Color information
#150F0E (or 0x150F0E) is known color: Black. HEX triplet: 15, 0F and 0E. RGB value is (21,15,14). Sum of RGB (Red+Green+Blue) = 21+15+14=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 21 - color contains mainly: red. Hex color #150F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F0E is #EAF0F1. Grayscale: #101010. Windows color (decimal): -15397106 or 921365. OLE color: 921365.
HSL color Cylindrical-coordinate representation of color #150F0E: hue angle of 8.57º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #150F0E is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 14 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.92 |
| HSL | 8.57º | 0.2% | 0.07% | - |
| HSV(B) | 8.57º | 0.33% | 0.08% | - |
| XYZ | 0.56 | 0.53 | 0.49 | - |
| YUV | 16.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 14 | 0 | 0.29 | 0.33 | 0.92 | 8.57 | 0.2 | 0.07 |
| Hex | 15 | F | E | 0 | 1D | 21 | 5C | 9 | 14 | 7 |
| Octal | 25 | 17 | 16 | 0 | 35 | 41 | 134 | 11 | 24 | 7 |
| Binary | 10101 | 1111 | 1110 | 0 | 11101 | 100001 | 1011100 | 1001 | 10100 | 111 |
Color Harmonies of #150F0E
Complementary color
Monochromatic Colors of #150F0E
Black with #150F0E
Text Example
Text Example
White with #150F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F0E; }
p { color: rgb(21,15,14); }
H1.HeaderClassName
{
color: #150F0E;
}
.AnyTagClassName
{
color: #150F0E;
}
</style>
background-color css
<style>
a { background-color: #150F0E; }
a { background-color: rgb(21,15,14); }
div.DivClassName
{
background-color: #150F0E;
}
.BgClassName
{
background-color: #150F0E;
}
</style>
border-color css
<style>
span { border-color: #150F0E; }
span { border-color: rgb(21,15,14); }
td.TdClassName
{
border-color: #150F0E;
}
.TagClassName
{
border-color: #150F0E;
}
</style>