Shades of Black #050403
Tints of Black #050403
RGB
CMYK
RGB Variations
Color information
#050403 (or 0x050403) is known color: Black. HEX triplet: 05, 04 and 03. RGB value is (5,4,3). Sum of RGB (Red+Green+Blue) = 5+4+3=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 4 (1.95% from 255 or 33.33% from 12); Blue value is 3 (1.56% from 255 or 25% from 12); Max value from RGB is 5 - color contains mainly: red. Hex color #050403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050403 is #FAFBFC. Grayscale: #040404. Windows color (decimal): -16448509 or 197637. OLE color: 197637.
HSL color Cylindrical-coordinate representation of color #050403: hue angle of 30º degrees, saturation: 0.25, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #050403 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 4 | 3 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.98 |
| HSL | 30º | 0.25% | 0.02% | - |
| HSV(B) | 30º | 0.4% | 0.02% | - |
| XYZ | 0.12 | 0.13 | 0.1 | - |
| YUV | 4.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 3 | 0 | 0.20 | 0.40 | 0.98 | 30 | 0.25 | 0.02 |
| Hex | 5 | 4 | 3 | 0 | 14 | 28 | 62 | 1E | 19 | 2 |
| Octal | 5 | 4 | 3 | 0 | 24 | 50 | 142 | 36 | 31 | 2 |
| Binary | 101 | 100 | 11 | 0 | 10100 | 101000 | 1100010 | 11110 | 11001 | 10 |
Color Harmonies of #050403
Complementary color
Monochromatic Colors of #050403
Black with #050403
Text Example
Text Example
White with #050403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050403; }
p { color: rgb(5,4,3); }
H1.HeaderClassName
{
color: #050403;
}
.AnyTagClassName
{
color: #050403;
}
</style>
background-color css
<style>
a { background-color: #050403; }
a { background-color: rgb(5,4,3); }
div.DivClassName
{
background-color: #050403;
}
.BgClassName
{
background-color: #050403;
}
</style>
border-color css
<style>
span { border-color: #050403; }
span { border-color: rgb(5,4,3); }
td.TdClassName
{
border-color: #050403;
}
.TagClassName
{
border-color: #050403;
}
</style>