Shades of Black Pearl #021A1D
Tints of Black Pearl #021A1D
RGB
CMYK
RGB Variations
Color information
#021A1D (or 0x021A1D) is known color: Black Pearl. HEX triplet: 02, 1A and 1D. RGB value is (2,26,29). Sum of RGB (Red+Green+Blue) = 2+26+29=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #021A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A1D is #FDE5E2. Grayscale: #131313. Windows color (decimal): -16639459 or 1907202. OLE color: 1907202.
HSL color Cylindrical-coordinate representation of color #021A1D: hue angle of 186.67º 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 #021A1D is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 26 | 29 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.89 |
| HSL | 186.67º | 0.87% | 0.06% | - |
| HSV(B) | 186.67º | 0.93% | 0.11% | - |
| XYZ | 0.62 | 0.84 | 1.29 | - |
| YUV | 19.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 29 | 0.93 | 0.10 | 0 | 0.89 | 186.67 | 0.87 | 0.06 |
| Hex | 2 | 1A | 1D | 5D | A | 0 | 59 | BB | 57 | 6 |
| Octal | 2 | 32 | 35 | 135 | 12 | 0 | 131 | 273 | 127 | 6 |
| Binary | 10 | 11010 | 11101 | 1011101 | 1010 | 0 | 1011001 | 10111011 | 1010111 | 110 |
Color Harmonies of #021A1D
Complementary color
Monochromatic Colors of #021A1D
Black with #021A1D
Text Example
Text Example
White with #021A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A1D; }
p { color: rgb(2,26,29); }
H1.HeaderClassName
{
color: #021A1D;
}
.AnyTagClassName
{
color: #021A1D;
}
</style>
background-color css
<style>
a { background-color: #021A1D; }
a { background-color: rgb(2,26,29); }
div.DivClassName
{
background-color: #021A1D;
}
.BgClassName
{
background-color: #021A1D;
}
</style>
border-color css
<style>
span { border-color: #021A1D; }
span { border-color: rgb(2,26,29); }
td.TdClassName
{
border-color: #021A1D;
}
.TagClassName
{
border-color: #021A1D;
}
</style>