Shades of Black Pearl #021E2B
Tints of Black Pearl #021E2B
RGB
CMYK
RGB Variations
Color information
#021E2B (or 0x021E2B) is known color: Black Pearl. HEX triplet: 02, 1E and 2B. RGB value is (2,30,43). Sum of RGB (Red+Green+Blue) = 2+30+43=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 30 (12.11% from 255 or 40% from 75); Blue value is 43 (17.19% from 255 or 57.33% from 75); Max value from RGB is 43 - color contains mainly: blue. Hex color #021E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E2B is #FDE1D4. Grayscale: #171717. Windows color (decimal): -16638421 or 2825730. OLE color: 2825730.
HSL color Cylindrical-coordinate representation of color #021E2B: hue angle of 199.02º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021E2B is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 30 | 43 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.83 |
| HSL | 199.02º | 0.91% | 0.09% | - |
| HSV(B) | 199.02º | 0.95% | 0.17% | - |
| XYZ | 0.93 | 1.12 | 2.45 | - |
| YUV | 23.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 43 | 0.95 | 0.30 | 0 | 0.83 | 199.02 | 0.91 | 0.09 |
| Hex | 2 | 1E | 2B | 5F | 1E | 0 | 53 | C7 | 5B | 9 |
| Octal | 2 | 36 | 53 | 137 | 36 | 0 | 123 | 307 | 133 | 11 |
| Binary | 10 | 11110 | 101011 | 1011111 | 11110 | 0 | 1010011 | 11000111 | 1011011 | 1001 |
Color Harmonies of #021E2B
Complementary color
Monochromatic Colors of #021E2B
Black with #021E2B
Text Example
Text Example
White with #021E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E2B; }
p { color: rgb(2,30,43); }
H1.HeaderClassName
{
color: #021E2B;
}
.AnyTagClassName
{
color: #021E2B;
}
</style>
background-color css
<style>
a { background-color: #021E2B; }
a { background-color: rgb(2,30,43); }
div.DivClassName
{
background-color: #021E2B;
}
.BgClassName
{
background-color: #021E2B;
}
</style>
border-color css
<style>
span { border-color: #021E2B; }
span { border-color: rgb(2,30,43); }
td.TdClassName
{
border-color: #021E2B;
}
.TagClassName
{
border-color: #021E2B;
}
</style>