Shades of Black Pearl #022932
Tints of Black Pearl #022932
RGB
CMYK
RGB Variations
Color information
#022932 (or 0x022932) is known color: Black Pearl. HEX triplet: 02, 29 and 32. RGB value is (2,41,50). Sum of RGB (Red+Green+Blue) = 2+41+50=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #022932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022932 is #FDD6CD. Grayscale: #1E1E1E. Windows color (decimal): -16635598 or 3287298. OLE color: 3287298.
HSL color Cylindrical-coordinate representation of color #022932: hue angle of 191.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022932 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 41 | 50 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.80 |
| HSL | 191.25º | 0.92% | 0.1% | - |
| HSV(B) | 191.25º | 0.96% | 0.2% | - |
| XYZ | 1.39 | 1.83 | 3.3 | - |
| YUV | 30.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 50 | 0.96 | 0.18 | 0 | 0.80 | 191.25 | 0.92 | 0.1 |
| Hex | 2 | 29 | 32 | 60 | 12 | 0 | 50 | BF | 5C | A |
| Octal | 2 | 51 | 62 | 140 | 22 | 0 | 120 | 277 | 134 | 12 |
| Binary | 10 | 101001 | 110010 | 1100000 | 10010 | 0 | 1010000 | 10111111 | 1011100 | 1010 |
Color Harmonies of #022932
Complementary color
Monochromatic Colors of #022932
Black with #022932
Text Example
Text Example
White with #022932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022932; }
p { color: rgb(2,41,50); }
H1.HeaderClassName
{
color: #022932;
}
.AnyTagClassName
{
color: #022932;
}
</style>
background-color css
<style>
a { background-color: #022932; }
a { background-color: rgb(2,41,50); }
div.DivClassName
{
background-color: #022932;
}
.BgClassName
{
background-color: #022932;
}
</style>
border-color css
<style>
span { border-color: #022932; }
span { border-color: rgb(2,41,50); }
td.TdClassName
{
border-color: #022932;
}
.TagClassName
{
border-color: #022932;
}
</style>