Shades of Black #050302
Tints of Black #050302
RGB
CMYK
RGB Variations
Color information
#050302 (or 0x050302) is known color: Black. HEX triplet: 05, 03 and 02. RGB value is (5,3,2). Sum of RGB (Red+Green+Blue) = 5+3+2=10 (1% of max value = 765). Red value is 5 (2.34% from 255 or 50% from 10); Green value is 3 (1.56% from 255 or 30% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 5 - color contains mainly: red. Hex color #050302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050302 is #FAFCFD. Grayscale: #030303. Windows color (decimal): -16448766 or 131845. OLE color: 131845.
HSL color Cylindrical-coordinate representation of color #050302: hue angle of 20º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #050302 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 3 | 2 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.98 |
| HSL | 20º | 0.43% | 0.01% | - |
| HSV(B) | 20º | 0.6% | 0.02% | - |
| XYZ | 0.11 | 0.1 | 0.07 | - |
| YUV | 3.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 2 | 0 | 0.40 | 0.60 | 0.98 | 20 | 0.43 | 0.01 |
| Hex | 5 | 3 | 2 | 0 | 28 | 3C | 62 | 14 | 2B | 1 |
| Octal | 5 | 3 | 2 | 0 | 50 | 74 | 142 | 24 | 53 | 1 |
| Binary | 101 | 11 | 10 | 0 | 101000 | 111100 | 1100010 | 10100 | 101011 | 1 |
Color Harmonies of #050302
Complementary color
Monochromatic Colors of #050302
Black with #050302
Text Example
Text Example
White with #050302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050302; }
p { color: rgb(5,3,2); }
H1.HeaderClassName
{
color: #050302;
}
.AnyTagClassName
{
color: #050302;
}
</style>
background-color css
<style>
a { background-color: #050302; }
a { background-color: rgb(5,3,2); }
div.DivClassName
{
background-color: #050302;
}
.BgClassName
{
background-color: #050302;
}
</style>
border-color css
<style>
span { border-color: #050302; }
span { border-color: rgb(5,3,2); }
td.TdClassName
{
border-color: #050302;
}
.TagClassName
{
border-color: #050302;
}
</style>