Shades of Black #150503
Tints of Black #150503
RGB
CMYK
RGB Variations
Color information
#150503 (or 0x150503) is known color: Black. HEX triplet: 15, 05 and 03. RGB value is (21,5,3). Sum of RGB (Red+Green+Blue) = 21+5+3=29 (3% of max value = 765). Red value is 21 (8.59% from 255 or 72.41% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 3 (1.56% from 255 or 10.34% from 29); Max value from RGB is 21 - color contains mainly: red. Hex color #150503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150503 is #EAFAFC. Grayscale: #090909. Windows color (decimal): -15399677 or 197909. OLE color: 197909.
HSL color Cylindrical-coordinate representation of color #150503: hue angle of 6.67º 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 #150503 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 5 | 3 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.92 |
| HSL | 6.67º | 0.75% | 0.05% | - |
| HSV(B) | 6.67º | 0.86% | 0.08% | - |
| XYZ | 0.38 | 0.27 | 0.12 | - |
| YUV | 9.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 3 | 0 | 0.76 | 0.86 | 0.92 | 6.67 | 0.75 | 0.05 |
| Hex | 15 | 5 | 3 | 0 | 4C | 56 | 5C | 7 | 4B | 5 |
| Octal | 25 | 5 | 3 | 0 | 114 | 126 | 134 | 7 | 113 | 5 |
| Binary | 10101 | 101 | 11 | 0 | 1001100 | 1010110 | 1011100 | 111 | 1001011 | 101 |
Color Harmonies of #150503
Complementary color
Monochromatic Colors of #150503
Black with #150503
Text Example
Text Example
White with #150503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150503; }
p { color: rgb(21,5,3); }
H1.HeaderClassName
{
color: #150503;
}
.AnyTagClassName
{
color: #150503;
}
</style>
background-color css
<style>
a { background-color: #150503; }
a { background-color: rgb(21,5,3); }
div.DivClassName
{
background-color: #150503;
}
.BgClassName
{
background-color: #150503;
}
</style>
border-color css
<style>
span { border-color: #150503; }
span { border-color: rgb(21,5,3); }
td.TdClassName
{
border-color: #150503;
}
.TagClassName
{
border-color: #150503;
}
</style>