Shades of Black Pearl #021128
Tints of Black Pearl #021128
RGB
CMYK
RGB Variations
Color information
#021128 (or 0x021128) is known color: Black Pearl. HEX triplet: 02, 11 and 28. RGB value is (2,17,40). Sum of RGB (Red+Green+Blue) = 2+17+40=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 40 (16.02% from 255 or 67.80% from 59); Max value from RGB is 40 - color contains mainly: blue. Hex color #021128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021128 is #FDEED7. Grayscale: #0F0F0F. Windows color (decimal): -16641752 or 2625794. OLE color: 2625794.
HSL color Cylindrical-coordinate representation of color #021128: hue angle of 216.32º 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 #021128 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 17 | 40 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.84 |
| HSL | 216.32º | 0.9% | 0.08% | - |
| HSV(B) | 216.32º | 0.95% | 0.16% | - |
| XYZ | 0.61 | 0.57 | 2.08 | - |
| YUV | 15.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 40 | 0.95 | 0.57 | 0 | 0.84 | 216.32 | 0.9 | 0.08 |
| Hex | 2 | 11 | 28 | 5F | 39 | 0 | 54 | D8 | 5A | 8 |
| Octal | 2 | 21 | 50 | 137 | 71 | 0 | 124 | 330 | 132 | 10 |
| Binary | 10 | 10001 | 101000 | 1011111 | 111001 | 0 | 1010100 | 11011000 | 1011010 | 1000 |
Color Harmonies of #021128
Complementary color
Monochromatic Colors of #021128
Black with #021128
Text Example
Text Example
White with #021128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021128; }
p { color: rgb(2,17,40); }
H1.HeaderClassName
{
color: #021128;
}
.AnyTagClassName
{
color: #021128;
}
</style>
background-color css
<style>
a { background-color: #021128; }
a { background-color: rgb(2,17,40); }
div.DivClassName
{
background-color: #021128;
}
.BgClassName
{
background-color: #021128;
}
</style>
border-color css
<style>
span { border-color: #021128; }
span { border-color: rgb(2,17,40); }
td.TdClassName
{
border-color: #021128;
}
.TagClassName
{
border-color: #021128;
}
</style>