Shades of Black Pearl #021028
Tints of Black Pearl #021028
RGB
CMYK
RGB Variations
Color information
#021028 (or 0x021028) is known color: Black Pearl. HEX triplet: 02, 10 and 28. RGB value is (2,16,40). Sum of RGB (Red+Green+Blue) = 2+16+40=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #021028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021028 is #FDEFD7. Grayscale: #0E0E0E. Windows color (decimal): -16642008 or 2625538. OLE color: 2625538.
HSL color Cylindrical-coordinate representation of color #021028: hue angle of 217.89º 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 #021028 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 16 | 40 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.84 |
| HSL | 217.89º | 0.9% | 0.08% | - |
| HSV(B) | 217.89º | 0.95% | 0.16% | - |
| XYZ | 0.59 | 0.54 | 2.08 | - |
| YUV | 14.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 40 | 0.95 | 0.60 | 0 | 0.84 | 217.89 | 0.9 | 0.08 |
| Hex | 2 | 10 | 28 | 5F | 3C | 0 | 54 | DA | 5A | 8 |
| Octal | 2 | 20 | 50 | 137 | 74 | 0 | 124 | 332 | 132 | 10 |
| Binary | 10 | 10000 | 101000 | 1011111 | 111100 | 0 | 1010100 | 11011010 | 1011010 | 1000 |
Color Harmonies of #021028
Complementary color
Monochromatic Colors of #021028
Black with #021028
Text Example
Text Example
White with #021028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021028; }
p { color: rgb(2,16,40); }
H1.HeaderClassName
{
color: #021028;
}
.AnyTagClassName
{
color: #021028;
}
</style>
background-color css
<style>
a { background-color: #021028; }
a { background-color: rgb(2,16,40); }
div.DivClassName
{
background-color: #021028;
}
.BgClassName
{
background-color: #021028;
}
</style>
border-color css
<style>
span { border-color: #021028; }
span { border-color: rgb(2,16,40); }
td.TdClassName
{
border-color: #021028;
}
.TagClassName
{
border-color: #021028;
}
</style>