Shades of Black Pearl #020E1D
Tints of Black Pearl #020E1D
RGB
CMYK
RGB Variations
Color information
#020E1D (or 0x020E1D) is known color: Black Pearl. HEX triplet: 02, 0E and 1D. RGB value is (2,14,29). Sum of RGB (Red+Green+Blue) = 2+14+29=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #020E1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E1D is #FDF1E2. Grayscale: #0C0C0C. Windows color (decimal): -16642531 or 1904130. OLE color: 1904130.
HSL color Cylindrical-coordinate representation of color #020E1D: hue angle of 213.33º degrees, saturation: 0.87, 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 #020E1D is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 14 | 29 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.89 |
| HSL | 213.33º | 0.87% | 0.06% | - |
| HSV(B) | 213.33º | 0.93% | 0.11% | - |
| XYZ | 0.4 | 0.42 | 1.22 | - |
| YUV | 12.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 29 | 0.93 | 0.52 | 0 | 0.89 | 213.33 | 0.87 | 0.06 |
| Hex | 2 | E | 1D | 5D | 34 | 0 | 59 | D5 | 57 | 6 |
| Octal | 2 | 16 | 35 | 135 | 64 | 0 | 131 | 325 | 127 | 6 |
| Binary | 10 | 1110 | 11101 | 1011101 | 110100 | 0 | 1011001 | 11010101 | 1010111 | 110 |
Color Harmonies of #020E1D
Complementary color
Monochromatic Colors of #020E1D
Black with #020E1D
Text Example
Text Example
White with #020E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E1D; }
p { color: rgb(2,14,29); }
H1.HeaderClassName
{
color: #020E1D;
}
.AnyTagClassName
{
color: #020E1D;
}
</style>
background-color css
<style>
a { background-color: #020E1D; }
a { background-color: rgb(2,14,29); }
div.DivClassName
{
background-color: #020E1D;
}
.BgClassName
{
background-color: #020E1D;
}
</style>
border-color css
<style>
span { border-color: #020E1D; }
span { border-color: rgb(2,14,29); }
td.TdClassName
{
border-color: #020E1D;
}
.TagClassName
{
border-color: #020E1D;
}
</style>