Shades of Black #150403
Tints of Black #150403
RGB
CMYK
RGB Variations
Color information
#150403 (or 0x150403) is known color: Black. HEX triplet: 15, 04 and 03. RGB value is (21,4,3). Sum of RGB (Red+Green+Blue) = 21+4+3=28 (3% of max value = 765). Red value is 21 (8.59% from 255 or 75% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 21 - color contains mainly: red. Hex color #150403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150403 is #EAFBFC. Grayscale: #080808. Windows color (decimal): -15399933 or 197653. OLE color: 197653.
HSL color Cylindrical-coordinate representation of color #150403: hue angle of 3.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 #150403 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 4 | 3 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.92 |
| HSL | 3.33º | 0.75% | 0.05% | - |
| HSV(B) | 3.33º | 0.86% | 0.08% | - |
| XYZ | 0.37 | 0.25 | 0.12 | - |
| YUV | 8.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 3 | 0 | 0.81 | 0.86 | 0.92 | 3.33 | 0.75 | 0.05 |
| Hex | 15 | 4 | 3 | 0 | 51 | 56 | 5C | 3 | 4B | 5 |
| Octal | 25 | 4 | 3 | 0 | 121 | 126 | 134 | 3 | 113 | 5 |
| Binary | 10101 | 100 | 11 | 0 | 1010001 | 1010110 | 1011100 | 11 | 1001011 | 101 |
Color Harmonies of #150403
Complementary color
Monochromatic Colors of #150403
Black with #150403
Text Example
Text Example
White with #150403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150403; }
p { color: rgb(21,4,3); }
H1.HeaderClassName
{
color: #150403;
}
.AnyTagClassName
{
color: #150403;
}
</style>
background-color css
<style>
a { background-color: #150403; }
a { background-color: rgb(21,4,3); }
div.DivClassName
{
background-color: #150403;
}
.BgClassName
{
background-color: #150403;
}
</style>
border-color css
<style>
span { border-color: #150403; }
span { border-color: rgb(21,4,3); }
td.TdClassName
{
border-color: #150403;
}
.TagClassName
{
border-color: #150403;
}
</style>