Shades of Black Pearl #021228
Tints of Black Pearl #021228
RGB
CMYK
RGB Variations
Color information
#021228 (or 0x021228) is known color: Black Pearl. HEX triplet: 02, 12 and 28. RGB value is (2,18,40). Sum of RGB (Red+Green+Blue) = 2+18+40=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 40 (16.02% from 255 or 66.67% from 60); Max value from RGB is 40 - color contains mainly: blue. Hex color #021228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021228 is #FDEDD7. Grayscale: #0F0F0F. Windows color (decimal): -16641496 or 2626050. OLE color: 2626050.
HSL color Cylindrical-coordinate representation of color #021228: hue angle of 214.74º 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 #021228 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 18 | 40 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.84 |
| HSL | 214.74º | 0.9% | 0.08% | - |
| HSV(B) | 214.74º | 0.95% | 0.16% | - |
| XYZ | 0.62 | 0.6 | 2.09 | - |
| YUV | 15.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 40 | 0.95 | 0.55 | 0 | 0.84 | 214.74 | 0.9 | 0.08 |
| Hex | 2 | 12 | 28 | 5F | 37 | 0 | 54 | D7 | 5A | 8 |
| Octal | 2 | 22 | 50 | 137 | 67 | 0 | 124 | 327 | 132 | 10 |
| Binary | 10 | 10010 | 101000 | 1011111 | 110111 | 0 | 1010100 | 11010111 | 1011010 | 1000 |
Color Harmonies of #021228
Complementary color
Monochromatic Colors of #021228
Black with #021228
Text Example
Text Example
White with #021228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021228; }
p { color: rgb(2,18,40); }
H1.HeaderClassName
{
color: #021228;
}
.AnyTagClassName
{
color: #021228;
}
</style>
background-color css
<style>
a { background-color: #021228; }
a { background-color: rgb(2,18,40); }
div.DivClassName
{
background-color: #021228;
}
.BgClassName
{
background-color: #021228;
}
</style>
border-color css
<style>
span { border-color: #021228; }
span { border-color: rgb(2,18,40); }
td.TdClassName
{
border-color: #021228;
}
.TagClassName
{
border-color: #021228;
}
</style>