Shades of Black Pearl #022833
Tints of Black Pearl #022833
RGB
CMYK
RGB Variations
Color information
#022833 (or 0x022833) is known color: Black Pearl. HEX triplet: 02, 28 and 33. RGB value is (2,40,51). Sum of RGB (Red+Green+Blue) = 2+40+51=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #022833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022833 is #FDD7CC. Grayscale: #1D1D1D. Windows color (decimal): -16635853 or 3352578. OLE color: 3352578.
HSL color Cylindrical-coordinate representation of color #022833: hue angle of 193.47º 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 #022833 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 40 | 51 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.8 |
| HSL | 193.47º | 0.92% | 0.1% | - |
| HSV(B) | 193.47º | 0.96% | 0.2% | - |
| XYZ | 1.38 | 1.77 | 3.4 | - |
| YUV | 29.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 51 | 0.96 | 0.22 | 0 | 0.8 | 193.47 | 0.92 | 0.1 |
| Hex | 2 | 28 | 33 | 60 | 16 | 0 | 50 | C1 | 5C | A |
| Octal | 2 | 50 | 63 | 140 | 26 | 0 | 120 | 301 | 134 | 12 |
| Binary | 10 | 101000 | 110011 | 1100000 | 10110 | 0 | 1010000 | 11000001 | 1011100 | 1010 |
Color Harmonies of #022833
Complementary color
Monochromatic Colors of #022833
Black with #022833
Text Example
Text Example
White with #022833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022833; }
p { color: rgb(2,40,51); }
H1.HeaderClassName
{
color: #022833;
}
.AnyTagClassName
{
color: #022833;
}
</style>
background-color css
<style>
a { background-color: #022833; }
a { background-color: rgb(2,40,51); }
div.DivClassName
{
background-color: #022833;
}
.BgClassName
{
background-color: #022833;
}
</style>
border-color css
<style>
span { border-color: #022833; }
span { border-color: rgb(2,40,51); }
td.TdClassName
{
border-color: #022833;
}
.TagClassName
{
border-color: #022833;
}
</style>