Shades of Black #150D07
Tints of Black #150D07
RGB
CMYK
RGB Variations
Color information
#150D07 (or 0x150D07) is known color: Black. HEX triplet: 15, 0D and 07. RGB value is (21,13,7). Sum of RGB (Red+Green+Blue) = 21+13+7=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #150D07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D07 is #EAF2F8. Grayscale: #0E0E0E. Windows color (decimal): -15397625 or 462101. OLE color: 462101.
HSL color Cylindrical-coordinate representation of color #150D07: hue angle of 25.71º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #150D07 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 7 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.92 |
| HSL | 25.71º | 0.5% | 0.05% | - |
| HSV(B) | 25.71º | 0.67% | 0.08% | - |
| XYZ | 0.49 | 0.46 | 0.26 | - |
| YUV | 14.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 7 | 0 | 0.38 | 0.67 | 0.92 | 25.71 | 0.5 | 0.05 |
| Hex | 15 | D | 7 | 0 | 26 | 43 | 5C | 1A | 32 | 5 |
| Octal | 25 | 15 | 7 | 0 | 46 | 103 | 134 | 32 | 62 | 5 |
| Binary | 10101 | 1101 | 111 | 0 | 100110 | 1000011 | 1011100 | 11010 | 110010 | 101 |
Color Harmonies of #150D07
Complementary color
Monochromatic Colors of #150D07
Black with #150D07
Text Example
Text Example
White with #150D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D07; }
p { color: rgb(21,13,7); }
H1.HeaderClassName
{
color: #150D07;
}
.AnyTagClassName
{
color: #150D07;
}
</style>
background-color css
<style>
a { background-color: #150D07; }
a { background-color: rgb(21,13,7); }
div.DivClassName
{
background-color: #150D07;
}
.BgClassName
{
background-color: #150D07;
}
</style>
border-color css
<style>
span { border-color: #150D07; }
span { border-color: rgb(21,13,7); }
td.TdClassName
{
border-color: #150D07;
}
.TagClassName
{
border-color: #150D07;
}
</style>