Shades of Black Pearl #022028
Tints of Black Pearl #022028
RGB
CMYK
RGB Variations
Color information
#022028 (or 0x022028) is known color: Black Pearl. HEX triplet: 02, 20 and 28. RGB value is (2,32,40). Sum of RGB (Red+Green+Blue) = 2+32+40=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #022028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022028 is #FDDFD7. Grayscale: #171717. Windows color (decimal): -16637912 or 2629634. OLE color: 2629634.
HSL color Cylindrical-coordinate representation of color #022028: hue angle of 192.63º degrees, saturation: 0.9, 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 #022028 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 32 | 40 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.84 |
| HSL | 192.63º | 0.9% | 0.08% | - |
| HSV(B) | 192.63º | 0.95% | 0.16% | - |
| XYZ | 0.92 | 1.2 | 2.19 | - |
| YUV | 23.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 40 | 0.95 | 0.20 | 0 | 0.84 | 192.63 | 0.9 | 0.08 |
| Hex | 2 | 20 | 28 | 5F | 14 | 0 | 54 | C1 | 5A | 8 |
| Octal | 2 | 40 | 50 | 137 | 24 | 0 | 124 | 301 | 132 | 10 |
| Binary | 10 | 100000 | 101000 | 1011111 | 10100 | 0 | 1010100 | 11000001 | 1011010 | 1000 |
Color Harmonies of #022028
Complementary color
Monochromatic Colors of #022028
Black with #022028
Text Example
Text Example
White with #022028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022028; }
p { color: rgb(2,32,40); }
H1.HeaderClassName
{
color: #022028;
}
.AnyTagClassName
{
color: #022028;
}
</style>
background-color css
<style>
a { background-color: #022028; }
a { background-color: rgb(2,32,40); }
div.DivClassName
{
background-color: #022028;
}
.BgClassName
{
background-color: #022028;
}
</style>
border-color css
<style>
span { border-color: #022028; }
span { border-color: rgb(2,32,40); }
td.TdClassName
{
border-color: #022028;
}
.TagClassName
{
border-color: #022028;
}
</style>