Shades of Black #150C06
Tints of Black #150C06
RGB
CMYK
RGB Variations
Color information
#150C06 (or 0x150C06) is known color: Black. HEX triplet: 15, 0C and 06. RGB value is (21,12,6). Sum of RGB (Red+Green+Blue) = 21+12+6=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C06 is #EAF3F9. Grayscale: #0E0E0E. Windows color (decimal): -15397882 or 396309. OLE color: 396309.
HSL color Cylindrical-coordinate representation of color #150C06: hue angle of 24º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #150C06 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 12 | 6 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.92 |
| HSL | 24º | 0.56% | 0.05% | - |
| HSV(B) | 24º | 0.71% | 0.08% | - |
| XYZ | 0.47 | 0.44 | 0.23 | - |
| YUV | 14.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 6 | 0 | 0.43 | 0.71 | 0.92 | 24 | 0.56 | 0.05 |
| Hex | 15 | C | 6 | 0 | 2B | 47 | 5C | 18 | 38 | 5 |
| Octal | 25 | 14 | 6 | 0 | 53 | 107 | 134 | 30 | 70 | 5 |
| Binary | 10101 | 1100 | 110 | 0 | 101011 | 1000111 | 1011100 | 11000 | 111000 | 101 |
Color Harmonies of #150C06
Complementary color
Monochromatic Colors of #150C06
Black with #150C06
Text Example
Text Example
White with #150C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C06; }
p { color: rgb(21,12,6); }
H1.HeaderClassName
{
color: #150C06;
}
.AnyTagClassName
{
color: #150C06;
}
</style>
background-color css
<style>
a { background-color: #150C06; }
a { background-color: rgb(21,12,6); }
div.DivClassName
{
background-color: #150C06;
}
.BgClassName
{
background-color: #150C06;
}
</style>
border-color css
<style>
span { border-color: #150C06; }
span { border-color: rgb(21,12,6); }
td.TdClassName
{
border-color: #150C06;
}
.TagClassName
{
border-color: #150C06;
}
</style>