Shades of Black Pearl #022130
Tints of Black Pearl #022130
RGB
CMYK
RGB Variations
Color information
#022130 (or 0x022130) is known color: Black Pearl. HEX triplet: 02, 21 and 30. RGB value is (2,33,48). Sum of RGB (Red+Green+Blue) = 2+33+48=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #022130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022130 is #FDDECF. Grayscale: #191919. Windows color (decimal): -16637648 or 3154178. OLE color: 3154178.
HSL color Cylindrical-coordinate representation of color #022130: hue angle of 199.57º 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 #022130 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 33 | 48 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.81 |
| HSL | 199.57º | 0.92% | 0.1% | - |
| HSV(B) | 199.57º | 0.96% | 0.19% | - |
| XYZ | 1.1 | 1.31 | 2.99 | - |
| YUV | 25.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 48 | 0.96 | 0.31 | 0 | 0.81 | 199.57 | 0.92 | 0.1 |
| Hex | 2 | 21 | 30 | 60 | 1F | 0 | 51 | C8 | 5C | A |
| Octal | 2 | 41 | 60 | 140 | 37 | 0 | 121 | 310 | 134 | 12 |
| Binary | 10 | 100001 | 110000 | 1100000 | 11111 | 0 | 1010001 | 11001000 | 1011100 | 1010 |
Color Harmonies of #022130
Complementary color
Monochromatic Colors of #022130
Black with #022130
Text Example
Text Example
White with #022130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022130; }
p { color: rgb(2,33,48); }
H1.HeaderClassName
{
color: #022130;
}
.AnyTagClassName
{
color: #022130;
}
</style>
background-color css
<style>
a { background-color: #022130; }
a { background-color: rgb(2,33,48); }
div.DivClassName
{
background-color: #022130;
}
.BgClassName
{
background-color: #022130;
}
</style>
border-color css
<style>
span { border-color: #022130; }
span { border-color: rgb(2,33,48); }
td.TdClassName
{
border-color: #022130;
}
.TagClassName
{
border-color: #022130;
}
</style>