Shades of Black Pearl #020E1F
Tints of Black Pearl #020E1F
RGB
CMYK
RGB Variations
Color information
#020E1F (or 0x020E1F) is known color: Black Pearl. HEX triplet: 02, 0E and 1F. RGB value is (2,14,31). Sum of RGB (Red+Green+Blue) = 2+14+31=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #020E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E1F is #FDF1E0. Grayscale: #0C0C0C. Windows color (decimal): -16642529 or 2035202. OLE color: 2035202.
HSL color Cylindrical-coordinate representation of color #020E1F: hue angle of 215.17º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #020E1F is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 14 | 31 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.88 |
| HSL | 215.17º | 0.88% | 0.06% | - |
| HSV(B) | 215.17º | 0.94% | 0.12% | - |
| XYZ | 0.43 | 0.43 | 1.36 | - |
| YUV | 12.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 31 | 0.94 | 0.55 | 0 | 0.88 | 215.17 | 0.88 | 0.06 |
| Hex | 2 | E | 1F | 5E | 37 | 0 | 58 | D7 | 58 | 6 |
| Octal | 2 | 16 | 37 | 136 | 67 | 0 | 130 | 327 | 130 | 6 |
| Binary | 10 | 1110 | 11111 | 1011110 | 110111 | 0 | 1011000 | 11010111 | 1011000 | 110 |
Color Harmonies of #020E1F
Complementary color
Monochromatic Colors of #020E1F
Black with #020E1F
Text Example
Text Example
White with #020E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E1F; }
p { color: rgb(2,14,31); }
H1.HeaderClassName
{
color: #020E1F;
}
.AnyTagClassName
{
color: #020E1F;
}
</style>
background-color css
<style>
a { background-color: #020E1F; }
a { background-color: rgb(2,14,31); }
div.DivClassName
{
background-color: #020E1F;
}
.BgClassName
{
background-color: #020E1F;
}
</style>
border-color css
<style>
span { border-color: #020E1F; }
span { border-color: rgb(2,14,31); }
td.TdClassName
{
border-color: #020E1F;
}
.TagClassName
{
border-color: #020E1F;
}
</style>