Shades of Black Pearl #022331
Tints of Black Pearl #022331
RGB
CMYK
RGB Variations
Color information
#022331 (or 0x022331) is known color: Black Pearl. HEX triplet: 02, 23 and 31. RGB value is (2,35,49). Sum of RGB (Red+Green+Blue) = 2+35+49=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #022331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022331 is #FDDCCE. Grayscale: #1A1A1A. Windows color (decimal): -16637135 or 3220226. OLE color: 3220226.
HSL color Cylindrical-coordinate representation of color #022331: hue angle of 197.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022331 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 35 | 49 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.81 |
| HSL | 197.87º | 0.92% | 0.1% | - |
| HSV(B) | 197.87º | 0.96% | 0.19% | - |
| XYZ | 1.18 | 1.44 | 3.12 | - |
| YUV | 26.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 49 | 0.96 | 0.29 | 0 | 0.81 | 197.87 | 0.92 | 0.1 |
| Hex | 2 | 23 | 31 | 60 | 1D | 0 | 51 | C6 | 5C | A |
| Octal | 2 | 43 | 61 | 140 | 35 | 0 | 121 | 306 | 134 | 12 |
| Binary | 10 | 100011 | 110001 | 1100000 | 11101 | 0 | 1010001 | 11000110 | 1011100 | 1010 |
Color Harmonies of #022331
Complementary color
Monochromatic Colors of #022331
Black with #022331
Text Example
Text Example
White with #022331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022331; }
p { color: rgb(2,35,49); }
H1.HeaderClassName
{
color: #022331;
}
.AnyTagClassName
{
color: #022331;
}
</style>
background-color css
<style>
a { background-color: #022331; }
a { background-color: rgb(2,35,49); }
div.DivClassName
{
background-color: #022331;
}
.BgClassName
{
background-color: #022331;
}
</style>
border-color css
<style>
span { border-color: #022331; }
span { border-color: rgb(2,35,49); }
td.TdClassName
{
border-color: #022331;
}
.TagClassName
{
border-color: #022331;
}
</style>