Shades of Black Pearl #020E1B
Tints of Black Pearl #020E1B
RGB
CMYK
RGB Variations
Color information
#020E1B (or 0x020E1B) is known color: Black Pearl. HEX triplet: 02, 0E and 1B. RGB value is (2,14,27). Sum of RGB (Red+Green+Blue) = 2+14+27=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #020E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E1B is #FDF1E4. Grayscale: #0B0B0B. Windows color (decimal): -16642533 or 1773058. OLE color: 1773058.
HSL color Cylindrical-coordinate representation of color #020E1B: hue angle of 211.2º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020E1B is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 14 | 27 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.89 |
| HSL | 211.2º | 0.86% | 0.06% | - |
| HSV(B) | 211.2º | 0.93% | 0.11% | - |
| XYZ | 0.38 | 0.41 | 1.1 | - |
| YUV | 11.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 27 | 0.93 | 0.48 | 0 | 0.89 | 211.2 | 0.86 | 0.06 |
| Hex | 2 | E | 1B | 5D | 30 | 0 | 59 | D3 | 56 | 6 |
| Octal | 2 | 16 | 33 | 135 | 60 | 0 | 131 | 323 | 126 | 6 |
| Binary | 10 | 1110 | 11011 | 1011101 | 110000 | 0 | 1011001 | 11010011 | 1010110 | 110 |
Color Harmonies of #020E1B
Complementary color
Monochromatic Colors of #020E1B
Black with #020E1B
Text Example
Text Example
White with #020E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E1B; }
p { color: rgb(2,14,27); }
H1.HeaderClassName
{
color: #020E1B;
}
.AnyTagClassName
{
color: #020E1B;
}
</style>
background-color css
<style>
a { background-color: #020E1B; }
a { background-color: rgb(2,14,27); }
div.DivClassName
{
background-color: #020E1B;
}
.BgClassName
{
background-color: #020E1B;
}
</style>
border-color css
<style>
span { border-color: #020E1B; }
span { border-color: rgb(2,14,27); }
td.TdClassName
{
border-color: #020E1B;
}
.TagClassName
{
border-color: #020E1B;
}
</style>