Shades of Black Pearl #022231
Tints of Black Pearl #022231
RGB
CMYK
RGB Variations
Color information
#022231 (or 0x022231) is known color: Black Pearl. HEX triplet: 02, 22 and 31. RGB value is (2,34,49). Sum of RGB (Red+Green+Blue) = 2+34+49=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #022231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022231 is #FDDDCE. Grayscale: #1A1A1A. Windows color (decimal): -16637391 or 3219970. OLE color: 3219970.
HSL color Cylindrical-coordinate representation of color #022231: hue angle of 199.15º 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 #022231 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 34 | 49 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.81 |
| HSL | 199.15º | 0.92% | 0.1% | - |
| HSV(B) | 199.15º | 0.96% | 0.19% | - |
| XYZ | 1.15 | 1.38 | 3.11 | - |
| YUV | 26.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 49 | 0.96 | 0.31 | 0 | 0.81 | 199.15 | 0.92 | 0.1 |
| Hex | 2 | 22 | 31 | 60 | 1F | 0 | 51 | C7 | 5C | A |
| Octal | 2 | 42 | 61 | 140 | 37 | 0 | 121 | 307 | 134 | 12 |
| Binary | 10 | 100010 | 110001 | 1100000 | 11111 | 0 | 1010001 | 11000111 | 1011100 | 1010 |
Color Harmonies of #022231
Complementary color
Monochromatic Colors of #022231
Black with #022231
Text Example
Text Example
White with #022231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022231; }
p { color: rgb(2,34,49); }
H1.HeaderClassName
{
color: #022231;
}
.AnyTagClassName
{
color: #022231;
}
</style>
background-color css
<style>
a { background-color: #022231; }
a { background-color: rgb(2,34,49); }
div.DivClassName
{
background-color: #022231;
}
.BgClassName
{
background-color: #022231;
}
</style>
border-color css
<style>
span { border-color: #022231; }
span { border-color: rgb(2,34,49); }
td.TdClassName
{
border-color: #022231;
}
.TagClassName
{
border-color: #022231;
}
</style>