Shades of Black #150C05
Tints of Black #150C05
RGB
CMYK
RGB Variations
Color information
#150C05 (or 0x150C05) is known color: Black. HEX triplet: 15, 0C and 05. RGB value is (21,12,5). Sum of RGB (Red+Green+Blue) = 21+12+5=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150C05 is #EAF3FA. Grayscale: #0D0D0D. Windows color (decimal): -15397883 or 330773. OLE color: 330773.
HSL color Cylindrical-coordinate representation of color #150C05: hue angle of 26.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150C05 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 12 | 5 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.92 |
| HSL | 26.25º | 0.62% | 0.05% | - |
| HSV(B) | 26.25º | 0.76% | 0.08% | - |
| XYZ | 0.47 | 0.43 | 0.2 | - |
| YUV | 13.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 5 | 0 | 0.43 | 0.76 | 0.92 | 26.25 | 0.62 | 0.05 |
| Hex | 15 | C | 5 | 0 | 2B | 4C | 5C | 1A | 3E | 5 |
| Octal | 25 | 14 | 5 | 0 | 53 | 114 | 134 | 32 | 76 | 5 |
| Binary | 10101 | 1100 | 101 | 0 | 101011 | 1001100 | 1011100 | 11010 | 111110 | 101 |
Color Harmonies of #150C05
Complementary color
Monochromatic Colors of #150C05
Black with #150C05
Text Example
Text Example
White with #150C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150C05; }
p { color: rgb(21,12,5); }
H1.HeaderClassName
{
color: #150C05;
}
.AnyTagClassName
{
color: #150C05;
}
</style>
background-color css
<style>
a { background-color: #150C05; }
a { background-color: rgb(21,12,5); }
div.DivClassName
{
background-color: #150C05;
}
.BgClassName
{
background-color: #150C05;
}
</style>
border-color css
<style>
span { border-color: #150C05; }
span { border-color: rgb(21,12,5); }
td.TdClassName
{
border-color: #150C05;
}
.TagClassName
{
border-color: #150C05;
}
</style>