Shades of Black Pearl #022834
Tints of Black Pearl #022834
RGB
CMYK
RGB Variations
Color information
#022834 (or 0x022834) is known color: Black Pearl. HEX triplet: 02, 28 and 34. RGB value is (2,40,52). Sum of RGB (Red+Green+Blue) = 2+40+52=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #022834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022834 is #FDD7CB. Grayscale: #1D1D1D. Windows color (decimal): -16635852 or 3418114. OLE color: 3418114.
HSL color Cylindrical-coordinate representation of color #022834: hue angle of 194.4º 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 #022834 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 40 | 52 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.80 |
| HSL | 194.4º | 0.93% | 0.11% | - |
| HSV(B) | 194.4º | 0.96% | 0.2% | - |
| XYZ | 1.4 | 1.78 | 3.52 | - |
| YUV | 30.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 52 | 0.96 | 0.23 | 0 | 0.80 | 194.4 | 0.93 | 0.11 |
| Hex | 2 | 28 | 34 | 60 | 17 | 0 | 50 | C2 | 5D | B |
| Octal | 2 | 50 | 64 | 140 | 27 | 0 | 120 | 302 | 135 | 13 |
| Binary | 10 | 101000 | 110100 | 1100000 | 10111 | 0 | 1010000 | 11000010 | 1011101 | 1011 |
Color Harmonies of #022834
Complementary color
Monochromatic Colors of #022834
Black with #022834
Text Example
Text Example
White with #022834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022834; }
p { color: rgb(2,40,52); }
H1.HeaderClassName
{
color: #022834;
}
.AnyTagClassName
{
color: #022834;
}
</style>
background-color css
<style>
a { background-color: #022834; }
a { background-color: rgb(2,40,52); }
div.DivClassName
{
background-color: #022834;
}
.BgClassName
{
background-color: #022834;
}
</style>
border-color css
<style>
span { border-color: #022834; }
span { border-color: rgb(2,40,52); }
td.TdClassName
{
border-color: #022834;
}
.TagClassName
{
border-color: #022834;
}
</style>