Shades of Black Pearl #021E27
Tints of Black Pearl #021E27
RGB
CMYK
RGB Variations
Color information
#021E27 (or 0x021E27) is known color: Black Pearl. HEX triplet: 02, 1E and 27. RGB value is (2,30,39). Sum of RGB (Red+Green+Blue) = 2+30+39=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #021E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E27 is #FDE1D8. Grayscale: #161616. Windows color (decimal): -16638425 or 2563586. OLE color: 2563586.
HSL color Cylindrical-coordinate representation of color #021E27: hue angle of 194.59º 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 #021E27 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 30 | 39 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.85 |
| HSL | 194.59º | 0.9% | 0.08% | - |
| HSV(B) | 194.59º | 0.95% | 0.15% | - |
| XYZ | 0.86 | 1.09 | 2.08 | - |
| YUV | 22.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 39 | 0.95 | 0.23 | 0 | 0.85 | 194.59 | 0.9 | 0.08 |
| Hex | 2 | 1E | 27 | 5F | 17 | 0 | 55 | C3 | 5A | 8 |
| Octal | 2 | 36 | 47 | 137 | 27 | 0 | 125 | 303 | 132 | 10 |
| Binary | 10 | 11110 | 100111 | 1011111 | 10111 | 0 | 1010101 | 11000011 | 1011010 | 1000 |
Color Harmonies of #021E27
Complementary color
Monochromatic Colors of #021E27
Black with #021E27
Text Example
Text Example
White with #021E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E27; }
p { color: rgb(2,30,39); }
H1.HeaderClassName
{
color: #021E27;
}
.AnyTagClassName
{
color: #021E27;
}
</style>
background-color css
<style>
a { background-color: #021E27; }
a { background-color: rgb(2,30,39); }
div.DivClassName
{
background-color: #021E27;
}
.BgClassName
{
background-color: #021E27;
}
</style>
border-color css
<style>
span { border-color: #021E27; }
span { border-color: rgb(2,30,39); }
td.TdClassName
{
border-color: #021E27;
}
.TagClassName
{
border-color: #021E27;
}
</style>