Shades of Black Pearl #05202A
Tints of Black Pearl #05202A
RGB
CMYK
RGB Variations
Color information
#05202A (or 0x05202A) is known color: Black Pearl. HEX triplet: 05, 20 and 2A. RGB value is (5,32,42). Sum of RGB (Red+Green+Blue) = 5+32+42=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #05202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05202A is #FADFD5. Grayscale: #191919. Windows color (decimal): -16441302 or 2760709. OLE color: 2760709.
HSL color Cylindrical-coordinate representation of color #05202A: hue angle of 196.22º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05202A is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 32 | 42 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.84 |
| HSL | 196.22º | 0.79% | 0.09% | - |
| HSV(B) | 196.22º | 0.88% | 0.16% | - |
| XYZ | 1 | 1.23 | 2.38 | - |
| YUV | 25.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 42 | 0.88 | 0.24 | 0 | 0.84 | 196.22 | 0.79 | 0.09 |
| Hex | 5 | 20 | 2A | 58 | 18 | 0 | 54 | C4 | 4F | 9 |
| Octal | 5 | 40 | 52 | 130 | 30 | 0 | 124 | 304 | 117 | 11 |
| Binary | 101 | 100000 | 101010 | 1011000 | 11000 | 0 | 1010100 | 11000100 | 1001111 | 1001 |
Color Harmonies of #05202A
Complementary color
Monochromatic Colors of #05202A
Black with #05202A
Text Example
Text Example
White with #05202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05202A; }
p { color: rgb(5,32,42); }
H1.HeaderClassName
{
color: #05202A;
}
.AnyTagClassName
{
color: #05202A;
}
</style>
background-color css
<style>
a { background-color: #05202A; }
a { background-color: rgb(5,32,42); }
div.DivClassName
{
background-color: #05202A;
}
.BgClassName
{
background-color: #05202A;
}
</style>
border-color css
<style>
span { border-color: #05202A; }
span { border-color: rgb(5,32,42); }
td.TdClassName
{
border-color: #05202A;
}
.TagClassName
{
border-color: #05202A;
}
</style>