Shades of Black Pearl #020F1D
Tints of Black Pearl #020F1D
RGB
CMYK
RGB Variations
Color information
#020F1D (or 0x020F1D) is known color: Black Pearl. HEX triplet: 02, 0F and 1D. RGB value is (2,15,29). Sum of RGB (Red+Green+Blue) = 2+15+29=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #020F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020F1D is #FDF0E2. Grayscale: #0C0C0C. Windows color (decimal): -16642275 or 1904386. OLE color: 1904386.
HSL color Cylindrical-coordinate representation of color #020F1D: hue angle of 211.11º 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 #020F1D is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 15 | 29 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.89 |
| HSL | 211.11º | 0.87% | 0.06% | - |
| HSV(B) | 211.11º | 0.93% | 0.11% | - |
| XYZ | 0.42 | 0.44 | 1.23 | - |
| YUV | 12.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 29 | 0.93 | 0.48 | 0 | 0.89 | 211.11 | 0.87 | 0.06 |
| Hex | 2 | F | 1D | 5D | 30 | 0 | 59 | D3 | 57 | 6 |
| Octal | 2 | 17 | 35 | 135 | 60 | 0 | 131 | 323 | 127 | 6 |
| Binary | 10 | 1111 | 11101 | 1011101 | 110000 | 0 | 1011001 | 11010011 | 1010111 | 110 |
Color Harmonies of #020F1D
Complementary color
Monochromatic Colors of #020F1D
Black with #020F1D
Text Example
Text Example
White with #020F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F1D; }
p { color: rgb(2,15,29); }
H1.HeaderClassName
{
color: #020F1D;
}
.AnyTagClassName
{
color: #020F1D;
}
</style>
background-color css
<style>
a { background-color: #020F1D; }
a { background-color: rgb(2,15,29); }
div.DivClassName
{
background-color: #020F1D;
}
.BgClassName
{
background-color: #020F1D;
}
</style>
border-color css
<style>
span { border-color: #020F1D; }
span { border-color: rgb(2,15,29); }
td.TdClassName
{
border-color: #020F1D;
}
.TagClassName
{
border-color: #020F1D;
}
</style>