Shades of Black Pearl #022931
Tints of Black Pearl #022931
RGB
CMYK
RGB Variations
Color information
#022931 (or 0x022931) is known color: Black Pearl. HEX triplet: 02, 29 and 31. RGB value is (2,41,49). Sum of RGB (Red+Green+Blue) = 2+41+49=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #022931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022931 is #FDD6CE. Grayscale: #1E1E1E. Windows color (decimal): -16635599 or 3221762. OLE color: 3221762.
HSL color Cylindrical-coordinate representation of color #022931: hue angle of 190.21º 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 #022931 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 41 | 49 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.81 |
| HSL | 190.21º | 0.92% | 0.1% | - |
| HSV(B) | 190.21º | 0.96% | 0.19% | - |
| XYZ | 1.37 | 1.82 | 3.18 | - |
| YUV | 30.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 49 | 0.96 | 0.16 | 0 | 0.81 | 190.21 | 0.92 | 0.1 |
| Hex | 2 | 29 | 31 | 60 | 10 | 0 | 51 | BE | 5C | A |
| Octal | 2 | 51 | 61 | 140 | 20 | 0 | 121 | 276 | 134 | 12 |
| Binary | 10 | 101001 | 110001 | 1100000 | 10000 | 0 | 1010001 | 10111110 | 1011100 | 1010 |
Color Harmonies of #022931
Complementary color
Monochromatic Colors of #022931
Black with #022931
Text Example
Text Example
White with #022931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022931; }
p { color: rgb(2,41,49); }
H1.HeaderClassName
{
color: #022931;
}
.AnyTagClassName
{
color: #022931;
}
</style>
background-color css
<style>
a { background-color: #022931; }
a { background-color: rgb(2,41,49); }
div.DivClassName
{
background-color: #022931;
}
.BgClassName
{
background-color: #022931;
}
</style>
border-color css
<style>
span { border-color: #022931; }
span { border-color: rgb(2,41,49); }
td.TdClassName
{
border-color: #022931;
}
.TagClassName
{
border-color: #022931;
}
</style>