Shades of Black #150C0C
Tints of Black #150C0C
RGB
CMYK
RGB Variations
Color information
#150C0C (or 0x150C0C) is known color: Black. HEX triplet: 15, 0C and 0C. RGB value is (21,12,12). Sum of RGB (Red+Green+Blue) = 21+12+12=45 (5% of max value = 765). Red value is 21 (8.59% from 255 or 46.67% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 21 - color contains mainly: red. Hex color #150C0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C0C is #EAF3F3. Grayscale: #0E0E0E. Windows color (decimal): -15397876 or 789525. OLE color: 789525.
HSL color Cylindrical-coordinate representation of color #150C0C: hue angle of 0º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #150C0C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 12 | 12 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.92 |
| HSL | 0º | 0.27% | 0.06% | - |
| HSV(B) | 0º | 0.43% | 0.08% | - |
| XYZ | 0.51 | 0.45 | 0.41 | - |
| YUV | 14.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 12 | 0 | 0.43 | 0.43 | 0.92 | 0 | 0.27 | 0.06 |
| Hex | 15 | C | C | 0 | 2B | 2B | 5C | 0 | 1B | 6 |
| Octal | 25 | 14 | 14 | 0 | 53 | 53 | 134 | 0 | 33 | 6 |
| Binary | 10101 | 1100 | 1100 | 0 | 101011 | 101011 | 1011100 | 0 | 11011 | 110 |
Color Harmonies of #150C0C
Complementary color
Monochromatic Colors of #150C0C
Black with #150C0C
Text Example
Text Example
White with #150C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C0C; }
p { color: rgb(21,12,12); }
H1.HeaderClassName
{
color: #150C0C;
}
.AnyTagClassName
{
color: #150C0C;
}
</style>
background-color css
<style>
a { background-color: #150C0C; }
a { background-color: rgb(21,12,12); }
div.DivClassName
{
background-color: #150C0C;
}
.BgClassName
{
background-color: #150C0C;
}
</style>
border-color css
<style>
span { border-color: #150C0C; }
span { border-color: rgb(21,12,12); }
td.TdClassName
{
border-color: #150C0C;
}
.TagClassName
{
border-color: #150C0C;
}
</style>