Shades of Black Pearl #05212E
Tints of Black Pearl #05212E
RGB
CMYK
RGB Variations
Color information
#05212E (or 0x05212E) is known color: Black Pearl. HEX triplet: 05, 21 and 2E. RGB value is (5,33,46). Sum of RGB (Red+Green+Blue) = 5+33+46=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #05212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05212E is #FADED1. Grayscale: #1A1A1A. Windows color (decimal): -16441042 or 3023109. OLE color: 3023109.
HSL color Cylindrical-coordinate representation of color #05212E: hue angle of 199.02º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05212E is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 33 | 46 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.82 |
| HSL | 199.02º | 0.8% | 0.1% | - |
| HSV(B) | 199.02º | 0.89% | 0.18% | - |
| XYZ | 1.1 | 1.32 | 2.78 | - |
| YUV | 26.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 46 | 0.89 | 0.28 | 0 | 0.82 | 199.02 | 0.8 | 0.1 |
| Hex | 5 | 21 | 2E | 59 | 1C | 0 | 52 | C7 | 50 | A |
| Octal | 5 | 41 | 56 | 131 | 34 | 0 | 122 | 307 | 120 | 12 |
| Binary | 101 | 100001 | 101110 | 1011001 | 11100 | 0 | 1010010 | 11000111 | 1010000 | 1010 |
Color Harmonies of #05212E
Complementary color
Monochromatic Colors of #05212E
Black with #05212E
Text Example
Text Example
White with #05212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05212E; }
p { color: rgb(5,33,46); }
H1.HeaderClassName
{
color: #05212E;
}
.AnyTagClassName
{
color: #05212E;
}
</style>
background-color css
<style>
a { background-color: #05212E; }
a { background-color: rgb(5,33,46); }
div.DivClassName
{
background-color: #05212E;
}
.BgClassName
{
background-color: #05212E;
}
</style>
border-color css
<style>
span { border-color: #05212E; }
span { border-color: rgb(5,33,46); }
td.TdClassName
{
border-color: #05212E;
}
.TagClassName
{
border-color: #05212E;
}
</style>