Shades of Black Pearl #022227
Tints of Black Pearl #022227
RGB
CMYK
RGB Variations
Color information
#022227 (or 0x022227) is known color: Black Pearl. HEX triplet: 02, 22 and 27. RGB value is (2,34,39). Sum of RGB (Red+Green+Blue) = 2+34+39=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #022227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022227 is #FDDDD8. Grayscale: #181818. Windows color (decimal): -16637401 or 2564610. OLE color: 2564610.
HSL color Cylindrical-coordinate representation of color #022227: hue angle of 188.11º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022227 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 34 | 39 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.85 |
| HSL | 188.11º | 0.9% | 0.08% | - |
| HSV(B) | 188.11º | 0.95% | 0.15% | - |
| XYZ | 0.96 | 1.3 | 2.12 | - |
| YUV | 25 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 39 | 0.95 | 0.13 | 0 | 0.85 | 188.11 | 0.9 | 0.08 |
| Hex | 2 | 22 | 27 | 5F | D | 0 | 55 | BC | 5A | 8 |
| Octal | 2 | 42 | 47 | 137 | 15 | 0 | 125 | 274 | 132 | 10 |
| Binary | 10 | 100010 | 100111 | 1011111 | 1101 | 0 | 1010101 | 10111100 | 1011010 | 1000 |
Color Harmonies of #022227
Complementary color
Monochromatic Colors of #022227
Black with #022227
Text Example
Text Example
White with #022227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022227; }
p { color: rgb(2,34,39); }
H1.HeaderClassName
{
color: #022227;
}
.AnyTagClassName
{
color: #022227;
}
</style>
background-color css
<style>
a { background-color: #022227; }
a { background-color: rgb(2,34,39); }
div.DivClassName
{
background-color: #022227;
}
.BgClassName
{
background-color: #022227;
}
</style>
border-color css
<style>
span { border-color: #022227; }
span { border-color: rgb(2,34,39); }
td.TdClassName
{
border-color: #022227;
}
.TagClassName
{
border-color: #022227;
}
</style>