Shades of Black Pearl #022433
Tints of Black Pearl #022433
RGB
CMYK
RGB Variations
Color information
#022433 (or 0x022433) is known color: Black Pearl. HEX triplet: 02, 24 and 33. RGB value is (2,36,51). Sum of RGB (Red+Green+Blue) = 2+36+51=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #022433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022433 is #FDDBCC. Grayscale: #1B1B1B. Windows color (decimal): -16636877 or 3351554. OLE color: 3351554.
HSL color Cylindrical-coordinate representation of color #022433: hue angle of 198.37º 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 #022433 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 36 | 51 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.8 |
| HSL | 198.37º | 0.92% | 0.1% | - |
| HSV(B) | 198.37º | 0.96% | 0.2% | - |
| XYZ | 1.25 | 1.51 | 3.36 | - |
| YUV | 27.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 51 | 0.96 | 0.29 | 0 | 0.8 | 198.37 | 0.92 | 0.1 |
| Hex | 2 | 24 | 33 | 60 | 1D | 0 | 50 | C6 | 5C | A |
| Octal | 2 | 44 | 63 | 140 | 35 | 0 | 120 | 306 | 134 | 12 |
| Binary | 10 | 100100 | 110011 | 1100000 | 11101 | 0 | 1010000 | 11000110 | 1011100 | 1010 |
Color Harmonies of #022433
Complementary color
Monochromatic Colors of #022433
Black with #022433
Text Example
Text Example
White with #022433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022433; }
p { color: rgb(2,36,51); }
H1.HeaderClassName
{
color: #022433;
}
.AnyTagClassName
{
color: #022433;
}
</style>
background-color css
<style>
a { background-color: #022433; }
a { background-color: rgb(2,36,51); }
div.DivClassName
{
background-color: #022433;
}
.BgClassName
{
background-color: #022433;
}
</style>
border-color css
<style>
span { border-color: #022433; }
span { border-color: rgb(2,36,51); }
td.TdClassName
{
border-color: #022433;
}
.TagClassName
{
border-color: #022433;
}
</style>