Shades of Black Pearl #022134
Tints of Black Pearl #022134
RGB
CMYK
RGB Variations
Color information
#022134 (or 0x022134) is known color: Black Pearl. HEX triplet: 02, 21 and 34. RGB value is (2,33,52). Sum of RGB (Red+Green+Blue) = 2+33+52=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #022134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022134 is #FDDECB. Grayscale: #191919. Windows color (decimal): -16637644 or 3416322. OLE color: 3416322.
HSL color Cylindrical-coordinate representation of color #022134: hue angle of 202.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022134 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 33 | 52 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.80 |
| HSL | 202.8º | 0.93% | 0.11% | - |
| HSV(B) | 202.8º | 0.96% | 0.2% | - |
| XYZ | 1.19 | 1.35 | 3.45 | - |
| YUV | 25.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 52 | 0.96 | 0.37 | 0 | 0.80 | 202.8 | 0.93 | 0.11 |
| Hex | 2 | 21 | 34 | 60 | 25 | 0 | 50 | CB | 5D | B |
| Octal | 2 | 41 | 64 | 140 | 45 | 0 | 120 | 313 | 135 | 13 |
| Binary | 10 | 100001 | 110100 | 1100000 | 100101 | 0 | 1010000 | 11001011 | 1011101 | 1011 |
Color Harmonies of #022134
Complementary color
Monochromatic Colors of #022134
Black with #022134
Text Example
Text Example
White with #022134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022134; }
p { color: rgb(2,33,52); }
H1.HeaderClassName
{
color: #022134;
}
.AnyTagClassName
{
color: #022134;
}
</style>
background-color css
<style>
a { background-color: #022134; }
a { background-color: rgb(2,33,52); }
div.DivClassName
{
background-color: #022134;
}
.BgClassName
{
background-color: #022134;
}
</style>
border-color css
<style>
span { border-color: #022134; }
span { border-color: rgb(2,33,52); }
td.TdClassName
{
border-color: #022134;
}
.TagClassName
{
border-color: #022134;
}
</style>