Shades of Black Pearl #021E2A
Tints of Black Pearl #021E2A
RGB
CMYK
RGB Variations
Color information
#021E2A (or 0x021E2A) is known color: Black Pearl. HEX triplet: 02, 1E and 2A. RGB value is (2,30,42). Sum of RGB (Red+Green+Blue) = 2+30+42=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #021E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E2A is #FDE1D5. Grayscale: #161616. Windows color (decimal): -16638422 or 2760194. OLE color: 2760194.
HSL color Cylindrical-coordinate representation of color #021E2A: hue angle of 198º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021E2A is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 30 | 42 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.84 |
| HSL | 198º | 0.91% | 0.09% | - |
| HSV(B) | 198º | 0.95% | 0.16% | - |
| XYZ | 0.91 | 1.11 | 2.36 | - |
| YUV | 23 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 42 | 0.95 | 0.29 | 0 | 0.84 | 198 | 0.91 | 0.09 |
| Hex | 2 | 1E | 2A | 5F | 1D | 0 | 54 | C6 | 5B | 9 |
| Octal | 2 | 36 | 52 | 137 | 35 | 0 | 124 | 306 | 133 | 11 |
| Binary | 10 | 11110 | 101010 | 1011111 | 11101 | 0 | 1010100 | 11000110 | 1011011 | 1001 |
Color Harmonies of #021E2A
Complementary color
Monochromatic Colors of #021E2A
Black with #021E2A
Text Example
Text Example
White with #021E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E2A; }
p { color: rgb(2,30,42); }
H1.HeaderClassName
{
color: #021E2A;
}
.AnyTagClassName
{
color: #021E2A;
}
</style>
background-color css
<style>
a { background-color: #021E2A; }
a { background-color: rgb(2,30,42); }
div.DivClassName
{
background-color: #021E2A;
}
.BgClassName
{
background-color: #021E2A;
}
</style>
border-color css
<style>
span { border-color: #021E2A; }
span { border-color: rgb(2,30,42); }
td.TdClassName
{
border-color: #021E2A;
}
.TagClassName
{
border-color: #021E2A;
}
</style>