Shades of Black #150803
Tints of Black #150803
RGB
CMYK
RGB Variations
Color information
#150803 (or 0x150803) is known color: Black. HEX triplet: 15, 08 and 03. RGB value is (21,8,3). Sum of RGB (Red+Green+Blue) = 21+8+3=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150803 is #EAF7FC. Grayscale: #0B0B0B. Windows color (decimal): -15398909 or 198677. OLE color: 198677.
HSL color Cylindrical-coordinate representation of color #150803: hue angle of 16.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 #150803 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 8 | 3 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.92 |
| HSL | 16.67º | 0.75% | 0.05% | - |
| HSV(B) | 16.67º | 0.86% | 0.08% | - |
| XYZ | 0.41 | 0.34 | 0.13 | - |
| YUV | 11.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 3 | 0 | 0.62 | 0.86 | 0.92 | 16.67 | 0.75 | 0.05 |
| Hex | 15 | 8 | 3 | 0 | 3E | 56 | 5C | 11 | 4B | 5 |
| Octal | 25 | 10 | 3 | 0 | 76 | 126 | 134 | 21 | 113 | 5 |
| Binary | 10101 | 1000 | 11 | 0 | 111110 | 1010110 | 1011100 | 10001 | 1001011 | 101 |
Color Harmonies of #150803
Complementary color
Monochromatic Colors of #150803
Black with #150803
Text Example
Text Example
White with #150803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150803; }
p { color: rgb(21,8,3); }
H1.HeaderClassName
{
color: #150803;
}
.AnyTagClassName
{
color: #150803;
}
</style>
background-color css
<style>
a { background-color: #150803; }
a { background-color: rgb(21,8,3); }
div.DivClassName
{
background-color: #150803;
}
.BgClassName
{
background-color: #150803;
}
</style>
border-color css
<style>
span { border-color: #150803; }
span { border-color: rgb(21,8,3); }
td.TdClassName
{
border-color: #150803;
}
.TagClassName
{
border-color: #150803;
}
</style>