Shades of Black Pearl #021628
Tints of Black Pearl #021628
RGB
CMYK
RGB Variations
Color information
#021628 (or 0x021628) is known color: Black Pearl. HEX triplet: 02, 16 and 28. RGB value is (2,22,40). Sum of RGB (Red+Green+Blue) = 2+22+40=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #021628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021628 is #FDE9D7. Grayscale: #111111. Windows color (decimal): -16640472 or 2627074. OLE color: 2627074.
HSL color Cylindrical-coordinate representation of color #021628: hue angle of 208.42º 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 #021628 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 22 | 40 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.84 |
| HSL | 208.42º | 0.9% | 0.08% | - |
| HSV(B) | 208.42º | 0.95% | 0.16% | - |
| XYZ | 0.69 | 0.74 | 2.11 | - |
| YUV | 18.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 40 | 0.95 | 0.45 | 0 | 0.84 | 208.42 | 0.9 | 0.08 |
| Hex | 2 | 16 | 28 | 5F | 2D | 0 | 54 | D0 | 5A | 8 |
| Octal | 2 | 26 | 50 | 137 | 55 | 0 | 124 | 320 | 132 | 10 |
| Binary | 10 | 10110 | 101000 | 1011111 | 101101 | 0 | 1010100 | 11010000 | 1011010 | 1000 |
Color Harmonies of #021628
Complementary color
Monochromatic Colors of #021628
Black with #021628
Text Example
Text Example
White with #021628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021628; }
p { color: rgb(2,22,40); }
H1.HeaderClassName
{
color: #021628;
}
.AnyTagClassName
{
color: #021628;
}
</style>
background-color css
<style>
a { background-color: #021628; }
a { background-color: rgb(2,22,40); }
div.DivClassName
{
background-color: #021628;
}
.BgClassName
{
background-color: #021628;
}
</style>
border-color css
<style>
span { border-color: #021628; }
span { border-color: rgb(2,22,40); }
td.TdClassName
{
border-color: #021628;
}
.TagClassName
{
border-color: #021628;
}
</style>