Shades of Black Pearl #021E33
Tints of Black Pearl #021E33
RGB
CMYK
RGB Variations
Color information
#021E33 (or 0x021E33) is known color: Black Pearl. HEX triplet: 02, 1E and 33. RGB value is (2,30,51). Sum of RGB (Red+Green+Blue) = 2+30+51=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #021E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E33 is #FDE1CC. Grayscale: #171717. Windows color (decimal): -16638413 or 3350018. OLE color: 3350018.
HSL color Cylindrical-coordinate representation of color #021E33: hue angle of 205.71º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021E33 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 30 | 51 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.8 |
| HSL | 205.71º | 0.92% | 0.1% | - |
| HSV(B) | 205.71º | 0.96% | 0.2% | - |
| XYZ | 1.09 | 1.18 | 3.3 | - |
| YUV | 24.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 51 | 0.96 | 0.41 | 0 | 0.8 | 205.71 | 0.92 | 0.1 |
| Hex | 2 | 1E | 33 | 60 | 29 | 0 | 50 | CE | 5C | A |
| Octal | 2 | 36 | 63 | 140 | 51 | 0 | 120 | 316 | 134 | 12 |
| Binary | 10 | 11110 | 110011 | 1100000 | 101001 | 0 | 1010000 | 11001110 | 1011100 | 1010 |
Color Harmonies of #021E33
Complementary color
Monochromatic Colors of #021E33
Black with #021E33
Text Example
Text Example
White with #021E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E33; }
p { color: rgb(2,30,51); }
H1.HeaderClassName
{
color: #021E33;
}
.AnyTagClassName
{
color: #021E33;
}
</style>
background-color css
<style>
a { background-color: #021E33; }
a { background-color: rgb(2,30,51); }
div.DivClassName
{
background-color: #021E33;
}
.BgClassName
{
background-color: #021E33;
}
</style>
border-color css
<style>
span { border-color: #021E33; }
span { border-color: rgb(2,30,51); }
td.TdClassName
{
border-color: #021E33;
}
.TagClassName
{
border-color: #021E33;
}
</style>