Shades of Black Pearl #022934
Tints of Black Pearl #022934
RGB
CMYK
RGB Variations
Color information
#022934 (or 0x022934) is known color: Black Pearl. HEX triplet: 02, 29 and 34. RGB value is (2,41,52). Sum of RGB (Red+Green+Blue) = 2+41+52=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #022934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022934 is #FDD6CB. Grayscale: #1E1E1E. Windows color (decimal): -16635596 or 3418370. OLE color: 3418370.
HSL color Cylindrical-coordinate representation of color #022934: hue angle of 193.2º 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 #022934 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 41 | 52 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.80 |
| HSL | 193.2º | 0.93% | 0.11% | - |
| HSV(B) | 193.2º | 0.96% | 0.2% | - |
| XYZ | 1.44 | 1.85 | 3.53 | - |
| YUV | 30.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 52 | 0.96 | 0.21 | 0 | 0.80 | 193.2 | 0.93 | 0.11 |
| Hex | 2 | 29 | 34 | 60 | 15 | 0 | 50 | C1 | 5D | B |
| Octal | 2 | 51 | 64 | 140 | 25 | 0 | 120 | 301 | 135 | 13 |
| Binary | 10 | 101001 | 110100 | 1100000 | 10101 | 0 | 1010000 | 11000001 | 1011101 | 1011 |
Color Harmonies of #022934
Complementary color
Monochromatic Colors of #022934
Black with #022934
Text Example
Text Example
White with #022934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022934; }
p { color: rgb(2,41,52); }
H1.HeaderClassName
{
color: #022934;
}
.AnyTagClassName
{
color: #022934;
}
</style>
background-color css
<style>
a { background-color: #022934; }
a { background-color: rgb(2,41,52); }
div.DivClassName
{
background-color: #022934;
}
.BgClassName
{
background-color: #022934;
}
</style>
border-color css
<style>
span { border-color: #022934; }
span { border-color: rgb(2,41,52); }
td.TdClassName
{
border-color: #022934;
}
.TagClassName
{
border-color: #022934;
}
</style>