Shades of Black #150F0F
Tints of Black #150F0F
RGB
CMYK
RGB Variations
Color information
#150F0F (or 0x150F0F) is known color: Black. HEX triplet: 15, 0F and 0F. RGB value is (21,15,15). Sum of RGB (Red+Green+Blue) = 21+15+15=51 (6% of max value = 765). Red value is 21 (8.59% from 255 or 41.18% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 21 - color contains mainly: red. Hex color #150F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F0F is #EAF0F0. Grayscale: #101010. Windows color (decimal): -15397105 or 986901. OLE color: 986901.
HSL color Cylindrical-coordinate representation of color #150F0F: hue angle of 0º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #150F0F is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 15 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.92 |
| HSL | 0º | 0.17% | 0.07% | - |
| HSV(B) | 0º | 0.29% | 0.08% | - |
| XYZ | 0.57 | 0.54 | 0.53 | - |
| YUV | 16.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 15 | 0 | 0.29 | 0.29 | 0.92 | 0 | 0.17 | 0.07 |
| Hex | 15 | F | F | 0 | 1D | 1D | 5C | 0 | 11 | 7 |
| Octal | 25 | 17 | 17 | 0 | 35 | 35 | 134 | 0 | 21 | 7 |
| Binary | 10101 | 1111 | 1111 | 0 | 11101 | 11101 | 1011100 | 0 | 10001 | 111 |
Color Harmonies of #150F0F
Complementary color
Monochromatic Colors of #150F0F
Black with #150F0F
Text Example
Text Example
White with #150F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F0F; }
p { color: rgb(21,15,15); }
H1.HeaderClassName
{
color: #150F0F;
}
.AnyTagClassName
{
color: #150F0F;
}
</style>
background-color css
<style>
a { background-color: #150F0F; }
a { background-color: rgb(21,15,15); }
div.DivClassName
{
background-color: #150F0F;
}
.BgClassName
{
background-color: #150F0F;
}
</style>
border-color css
<style>
span { border-color: #150F0F; }
span { border-color: rgb(21,15,15); }
td.TdClassName
{
border-color: #150F0F;
}
.TagClassName
{
border-color: #150F0F;
}
</style>