Shades of Black Pearl #022329
Tints of Black Pearl #022329
RGB
CMYK
RGB Variations
Color information
#022329 (or 0x022329) is known color: Black Pearl. HEX triplet: 02, 23 and 29. RGB value is (2,35,41). Sum of RGB (Red+Green+Blue) = 2+35+41=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #022329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022329 is #FDDCD6. Grayscale: #191919. Windows color (decimal): -16637143 or 2695938. OLE color: 2695938.
HSL color Cylindrical-coordinate representation of color #022329: hue angle of 189.23º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022329 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 35 | 41 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.84 |
| HSL | 189.23º | 0.91% | 0.08% | - |
| HSV(B) | 189.23º | 0.95% | 0.16% | - |
| XYZ | 1.03 | 1.38 | 2.31 | - |
| YUV | 25.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 41 | 0.95 | 0.15 | 0 | 0.84 | 189.23 | 0.91 | 0.08 |
| Hex | 2 | 23 | 29 | 5F | F | 0 | 54 | BD | 5B | 8 |
| Octal | 2 | 43 | 51 | 137 | 17 | 0 | 124 | 275 | 133 | 10 |
| Binary | 10 | 100011 | 101001 | 1011111 | 1111 | 0 | 1010100 | 10111101 | 1011011 | 1000 |
Color Harmonies of #022329
Complementary color
Monochromatic Colors of #022329
Black with #022329
Text Example
Text Example
White with #022329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022329; }
p { color: rgb(2,35,41); }
H1.HeaderClassName
{
color: #022329;
}
.AnyTagClassName
{
color: #022329;
}
</style>
background-color css
<style>
a { background-color: #022329; }
a { background-color: rgb(2,35,41); }
div.DivClassName
{
background-color: #022329;
}
.BgClassName
{
background-color: #022329;
}
</style>
border-color css
<style>
span { border-color: #022329; }
span { border-color: rgb(2,35,41); }
td.TdClassName
{
border-color: #022329;
}
.TagClassName
{
border-color: #022329;
}
</style>