Shades of Black #150A05
Tints of Black #150A05
RGB
CMYK
RGB Variations
Color information
#150A05 (or 0x150A05) is known color: Black. HEX triplet: 15, 0A and 05. RGB value is (21,10,5). Sum of RGB (Red+Green+Blue) = 21+10+5=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A05 is #EAF5FA. Grayscale: #0C0C0C. Windows color (decimal): -15398395 or 330261. OLE color: 330261.
HSL color Cylindrical-coordinate representation of color #150A05: hue angle of 18.75º 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 #150A05 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 5 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.92 |
| HSL | 18.75º | 0.62% | 0.05% | - |
| HSV(B) | 18.75º | 0.76% | 0.08% | - |
| XYZ | 0.45 | 0.39 | 0.19 | - |
| YUV | 12.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 5 | 0 | 0.52 | 0.76 | 0.92 | 18.75 | 0.62 | 0.05 |
| Hex | 15 | A | 5 | 0 | 34 | 4C | 5C | 13 | 3E | 5 |
| Octal | 25 | 12 | 5 | 0 | 64 | 114 | 134 | 23 | 76 | 5 |
| Binary | 10101 | 1010 | 101 | 0 | 110100 | 1001100 | 1011100 | 10011 | 111110 | 101 |
Color Harmonies of #150A05
Complementary color
Monochromatic Colors of #150A05
Black with #150A05
Text Example
Text Example
White with #150A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A05; }
p { color: rgb(21,10,5); }
H1.HeaderClassName
{
color: #150A05;
}
.AnyTagClassName
{
color: #150A05;
}
</style>
background-color css
<style>
a { background-color: #150A05; }
a { background-color: rgb(21,10,5); }
div.DivClassName
{
background-color: #150A05;
}
.BgClassName
{
background-color: #150A05;
}
</style>
border-color css
<style>
span { border-color: #150A05; }
span { border-color: rgb(21,10,5); }
td.TdClassName
{
border-color: #150A05;
}
.TagClassName
{
border-color: #150A05;
}
</style>