Shades of Black Pearl #021227
Tints of Black Pearl #021227
RGB
CMYK
RGB Variations
Color information
#021227 (or 0x021227) is known color: Black Pearl. HEX triplet: 02, 12 and 27. RGB value is (2,18,39). Sum of RGB (Red+Green+Blue) = 2+18+39=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #021227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021227 is #FDEDD8. Grayscale: #0F0F0F. Windows color (decimal): -16641497 or 2560514. OLE color: 2560514.
HSL color Cylindrical-coordinate representation of color #021227: hue angle of 214.05º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021227 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 18 | 39 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.85 |
| HSL | 214.05º | 0.9% | 0.08% | - |
| HSV(B) | 214.05º | 0.95% | 0.15% | - |
| XYZ | 0.61 | 0.59 | 2 | - |
| YUV | 15.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 39 | 0.95 | 0.54 | 0 | 0.85 | 214.05 | 0.9 | 0.08 |
| Hex | 2 | 12 | 27 | 5F | 36 | 0 | 55 | D6 | 5A | 8 |
| Octal | 2 | 22 | 47 | 137 | 66 | 0 | 125 | 326 | 132 | 10 |
| Binary | 10 | 10010 | 100111 | 1011111 | 110110 | 0 | 1010101 | 11010110 | 1011010 | 1000 |
Color Harmonies of #021227
Complementary color
Monochromatic Colors of #021227
Black with #021227
Text Example
Text Example
White with #021227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021227; }
p { color: rgb(2,18,39); }
H1.HeaderClassName
{
color: #021227;
}
.AnyTagClassName
{
color: #021227;
}
</style>
background-color css
<style>
a { background-color: #021227; }
a { background-color: rgb(2,18,39); }
div.DivClassName
{
background-color: #021227;
}
.BgClassName
{
background-color: #021227;
}
</style>
border-color css
<style>
span { border-color: #021227; }
span { border-color: rgb(2,18,39); }
td.TdClassName
{
border-color: #021227;
}
.TagClassName
{
border-color: #021227;
}
</style>