Shades of Black Pearl #021428
Tints of Black Pearl #021428
RGB
CMYK
RGB Variations
Color information
#021428 (or 0x021428) is known color: Black Pearl. HEX triplet: 02, 14 and 28. RGB value is (2,20,40). Sum of RGB (Red+Green+Blue) = 2+20+40=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #021428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021428 is #FDEBD7. Grayscale: #101010. Windows color (decimal): -16640984 or 2626562. OLE color: 2626562.
HSL color Cylindrical-coordinate representation of color #021428: hue angle of 211.58º 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 #021428 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 20 | 40 | - |
| CMYK | 0.95 | 0.5 | 0 | 0.84 |
| HSL | 211.58º | 0.9% | 0.08% | - |
| HSV(B) | 211.58º | 0.95% | 0.16% | - |
| XYZ | 0.66 | 0.67 | 2.1 | - |
| YUV | 16.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 40 | 0.95 | 0.5 | 0 | 0.84 | 211.58 | 0.9 | 0.08 |
| Hex | 2 | 14 | 28 | 5F | 32 | 0 | 54 | D4 | 5A | 8 |
| Octal | 2 | 24 | 50 | 137 | 62 | 0 | 124 | 324 | 132 | 10 |
| Binary | 10 | 10100 | 101000 | 1011111 | 110010 | 0 | 1010100 | 11010100 | 1011010 | 1000 |
Color Harmonies of #021428
Complementary color
Monochromatic Colors of #021428
Black with #021428
Text Example
Text Example
White with #021428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021428; }
p { color: rgb(2,20,40); }
H1.HeaderClassName
{
color: #021428;
}
.AnyTagClassName
{
color: #021428;
}
</style>
background-color css
<style>
a { background-color: #021428; }
a { background-color: rgb(2,20,40); }
div.DivClassName
{
background-color: #021428;
}
.BgClassName
{
background-color: #021428;
}
</style>
border-color css
<style>
span { border-color: #021428; }
span { border-color: rgb(2,20,40); }
td.TdClassName
{
border-color: #021428;
}
.TagClassName
{
border-color: #021428;
}
</style>