Shades of Black Pearl #05222C
Tints of Black Pearl #05222C
RGB
CMYK
RGB Variations
Color information
#05222C (or 0x05222C) is known color: Black Pearl. HEX triplet: 05, 22 and 2C. RGB value is (5,34,44). Sum of RGB (Red+Green+Blue) = 5+34+44=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #05222C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05222C is #FADDD3. Grayscale: #1A1A1A. Windows color (decimal): -16440788 or 2892293. OLE color: 2892293.
HSL color Cylindrical-coordinate representation of color #05222C: hue angle of 195.38º 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 #05222C is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 5 | 34 | 44 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.83 |
| HSL | 195.38º | 0.8% | 0.1% | - |
| HSV(B) | 195.38º | 0.89% | 0.17% | - |
| XYZ | 1.09 | 1.36 | 2.59 | - |
| YUV | 26.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 44 | 0.89 | 0.23 | 0 | 0.83 | 195.38 | 0.8 | 0.1 |
| Hex | 5 | 22 | 2C | 59 | 17 | 0 | 53 | C3 | 50 | A |
| Octal | 5 | 42 | 54 | 131 | 27 | 0 | 123 | 303 | 120 | 12 |
| Binary | 101 | 100010 | 101100 | 1011001 | 10111 | 0 | 1010011 | 11000011 | 1010000 | 1010 |
Color Harmonies of #05222C
Complementary color
Monochromatic Colors of #05222C
Black with #05222C
Text Example
Text Example
White with #05222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05222C; }
p { color: rgb(5,34,44); }
H1.HeaderClassName
{
color: #05222C;
}
.AnyTagClassName
{
color: #05222C;
}
</style>
background-color css
<style>
a { background-color: #05222C; }
a { background-color: rgb(5,34,44); }
div.DivClassName
{
background-color: #05222C;
}
.BgClassName
{
background-color: #05222C;
}
</style>
border-color css
<style>
span { border-color: #05222C; }
span { border-color: rgb(5,34,44); }
td.TdClassName
{
border-color: #05222C;
}
.TagClassName
{
border-color: #05222C;
}
</style>