Shades of Black Pearl #022127
Tints of Black Pearl #022127
RGB
CMYK
RGB Variations
Color information
#022127 (or 0x022127) is known color: Black Pearl. HEX triplet: 02, 21 and 27. RGB value is (2,33,39). Sum of RGB (Red+Green+Blue) = 2+33+39=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #022127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022127 is #FDDED8. Grayscale: #181818. Windows color (decimal): -16637657 or 2564354. OLE color: 2564354.
HSL color Cylindrical-coordinate representation of color #022127: hue angle of 189.73º 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 #022127 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 33 | 39 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.85 |
| HSL | 189.73º | 0.9% | 0.08% | - |
| HSV(B) | 189.73º | 0.95% | 0.15% | - |
| XYZ | 0.94 | 1.25 | 2.11 | - |
| YUV | 24.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 39 | 0.95 | 0.15 | 0 | 0.85 | 189.73 | 0.9 | 0.08 |
| Hex | 2 | 21 | 27 | 5F | F | 0 | 55 | BE | 5A | 8 |
| Octal | 2 | 41 | 47 | 137 | 17 | 0 | 125 | 276 | 132 | 10 |
| Binary | 10 | 100001 | 100111 | 1011111 | 1111 | 0 | 1010101 | 10111110 | 1011010 | 1000 |
Color Harmonies of #022127
Complementary color
Monochromatic Colors of #022127
Black with #022127
Text Example
Text Example
White with #022127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022127; }
p { color: rgb(2,33,39); }
H1.HeaderClassName
{
color: #022127;
}
.AnyTagClassName
{
color: #022127;
}
</style>
background-color css
<style>
a { background-color: #022127; }
a { background-color: rgb(2,33,39); }
div.DivClassName
{
background-color: #022127;
}
.BgClassName
{
background-color: #022127;
}
</style>
border-color css
<style>
span { border-color: #022127; }
span { border-color: rgb(2,33,39); }
td.TdClassName
{
border-color: #022127;
}
.TagClassName
{
border-color: #022127;
}
</style>