Shades of Black Pearl #05212C
Tints of Black Pearl #05212C
RGB
CMYK
RGB Variations
Color information
#05212C (or 0x05212C) is known color: Black Pearl. HEX triplet: 05, 21 and 2C. RGB value is (5,33,44). Sum of RGB (Red+Green+Blue) = 5+33+44=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #05212C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05212C is #FADED3. Grayscale: #191919. Windows color (decimal): -16441044 or 2892037. OLE color: 2892037.
HSL color Cylindrical-coordinate representation of color #05212C: hue angle of 196.92º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05212C is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 33 | 44 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.83 |
| HSL | 196.92º | 0.8% | 0.1% | - |
| HSV(B) | 196.92º | 0.89% | 0.17% | - |
| XYZ | 1.06 | 1.3 | 2.58 | - |
| YUV | 25.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 44 | 0.89 | 0.25 | 0 | 0.83 | 196.92 | 0.8 | 0.1 |
| Hex | 5 | 21 | 2C | 59 | 19 | 0 | 53 | C5 | 50 | A |
| Octal | 5 | 41 | 54 | 131 | 31 | 0 | 123 | 305 | 120 | 12 |
| Binary | 101 | 100001 | 101100 | 1011001 | 11001 | 0 | 1010011 | 11000101 | 1010000 | 1010 |
Color Harmonies of #05212C
Complementary color
Monochromatic Colors of #05212C
Black with #05212C
Text Example
Text Example
White with #05212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05212C; }
p { color: rgb(5,33,44); }
H1.HeaderClassName
{
color: #05212C;
}
.AnyTagClassName
{
color: #05212C;
}
</style>
background-color css
<style>
a { background-color: #05212C; }
a { background-color: rgb(5,33,44); }
div.DivClassName
{
background-color: #05212C;
}
.BgClassName
{
background-color: #05212C;
}
</style>
border-color css
<style>
span { border-color: #05212C; }
span { border-color: rgb(5,33,44); }
td.TdClassName
{
border-color: #05212C;
}
.TagClassName
{
border-color: #05212C;
}
</style>