Shades of Black Pearl #05212A
Tints of Black Pearl #05212A
RGB
CMYK
RGB Variations
Color information
#05212A (or 0x05212A) is known color: Black Pearl. HEX triplet: 05, 21 and 2A. RGB value is (5,33,42). Sum of RGB (Red+Green+Blue) = 5+33+42=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #05212A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05212A is #FADED5. Grayscale: #191919. Windows color (decimal): -16441046 or 2760965. OLE color: 2760965.
HSL color Cylindrical-coordinate representation of color #05212A: hue angle of 194.59º 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 #05212A is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 33 | 42 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.84 |
| HSL | 194.59º | 0.79% | 0.09% | - |
| HSV(B) | 194.59º | 0.88% | 0.16% | - |
| XYZ | 1.02 | 1.29 | 2.38 | - |
| YUV | 25.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 42 | 0.88 | 0.21 | 0 | 0.84 | 194.59 | 0.79 | 0.09 |
| Hex | 5 | 21 | 2A | 58 | 15 | 0 | 54 | C3 | 4F | 9 |
| Octal | 5 | 41 | 52 | 130 | 25 | 0 | 124 | 303 | 117 | 11 |
| Binary | 101 | 100001 | 101010 | 1011000 | 10101 | 0 | 1010100 | 11000011 | 1001111 | 1001 |
Color Harmonies of #05212A
Complementary color
Monochromatic Colors of #05212A
Black with #05212A
Text Example
Text Example
White with #05212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05212A; }
p { color: rgb(5,33,42); }
H1.HeaderClassName
{
color: #05212A;
}
.AnyTagClassName
{
color: #05212A;
}
</style>
background-color css
<style>
a { background-color: #05212A; }
a { background-color: rgb(5,33,42); }
div.DivClassName
{
background-color: #05212A;
}
.BgClassName
{
background-color: #05212A;
}
</style>
border-color css
<style>
span { border-color: #05212A; }
span { border-color: rgb(5,33,42); }
td.TdClassName
{
border-color: #05212A;
}
.TagClassName
{
border-color: #05212A;
}
</style>