Shades of Black Pearl #05222A
Tints of Black Pearl #05222A
RGB
CMYK
RGB Variations
Color information
#05222A (or 0x05222A) is known color: Black Pearl. HEX triplet: 05, 22 and 2A. RGB value is (5,34,42). Sum of RGB (Red+Green+Blue) = 5+34+42=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 34 (13.67% from 255 or 41.98% from 81); Blue value is 42 (16.80% from 255 or 51.85% from 81); Max value from RGB is 42 - color contains mainly: blue. Hex color #05222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05222A is #FADDD5. Grayscale: #1A1A1A. Windows color (decimal): -16440790 or 2761221. OLE color: 2761221.
HSL color Cylindrical-coordinate representation of color #05222A: hue angle of 192.97º 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 #05222A is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 5 | 34 | 42 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.84 |
| HSL | 192.97º | 0.79% | 0.09% | - |
| HSV(B) | 192.97º | 0.88% | 0.16% | - |
| XYZ | 1.05 | 1.34 | 2.39 | - |
| YUV | 26.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 42 | 0.88 | 0.19 | 0 | 0.84 | 192.97 | 0.79 | 0.09 |
| Hex | 5 | 22 | 2A | 58 | 13 | 0 | 54 | C1 | 4F | 9 |
| Octal | 5 | 42 | 52 | 130 | 23 | 0 | 124 | 301 | 117 | 11 |
| Binary | 101 | 100010 | 101010 | 1011000 | 10011 | 0 | 1010100 | 11000001 | 1001111 | 1001 |
Color Harmonies of #05222A
Complementary color
Monochromatic Colors of #05222A
Black with #05222A
Text Example
Text Example
White with #05222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05222A; }
p { color: rgb(5,34,42); }
H1.HeaderClassName
{
color: #05222A;
}
.AnyTagClassName
{
color: #05222A;
}
</style>
background-color css
<style>
a { background-color: #05222A; }
a { background-color: rgb(5,34,42); }
div.DivClassName
{
background-color: #05222A;
}
.BgClassName
{
background-color: #05222A;
}
</style>
border-color css
<style>
span { border-color: #05222A; }
span { border-color: rgb(5,34,42); }
td.TdClassName
{
border-color: #05222A;
}
.TagClassName
{
border-color: #05222A;
}
</style>