Shades of Black #150A03
Tints of Black #150A03
RGB
CMYK
RGB Variations
Color information
#150A03 (or 0x150A03) is known color: Black. HEX triplet: 15, 0A and 03. RGB value is (21,10,3). Sum of RGB (Red+Green+Blue) = 21+10+3=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #150A03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A03 is #EAF5FC. Grayscale: #0C0C0C. Windows color (decimal): -15398397 or 199189. OLE color: 199189.
HSL color Cylindrical-coordinate representation of color #150A03: hue angle of 23.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150A03 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 10 | 3 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.92 |
| HSL | 23.33º | 0.75% | 0.05% | - |
| HSV(B) | 23.33º | 0.86% | 0.08% | - |
| XYZ | 0.43 | 0.38 | 0.14 | - |
| YUV | 12.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 3 | 0 | 0.52 | 0.86 | 0.92 | 23.33 | 0.75 | 0.05 |
| Hex | 15 | A | 3 | 0 | 34 | 56 | 5C | 17 | 4B | 5 |
| Octal | 25 | 12 | 3 | 0 | 64 | 126 | 134 | 27 | 113 | 5 |
| Binary | 10101 | 1010 | 11 | 0 | 110100 | 1010110 | 1011100 | 10111 | 1001011 | 101 |
Color Harmonies of #150A03
Complementary color
Monochromatic Colors of #150A03
Black with #150A03
Text Example
Text Example
White with #150A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150A03; }
p { color: rgb(21,10,3); }
H1.HeaderClassName
{
color: #150A03;
}
.AnyTagClassName
{
color: #150A03;
}
</style>
background-color css
<style>
a { background-color: #150A03; }
a { background-color: rgb(21,10,3); }
div.DivClassName
{
background-color: #150A03;
}
.BgClassName
{
background-color: #150A03;
}
</style>
border-color css
<style>
span { border-color: #150A03; }
span { border-color: rgb(21,10,3); }
td.TdClassName
{
border-color: #150A03;
}
.TagClassName
{
border-color: #150A03;
}
</style>