Shades of Black Pearl #02111D
Tints of Black Pearl #02111D
RGB
CMYK
RGB Variations
Color information
#02111D (or 0x02111D) is known color: Black Pearl. HEX triplet: 02, 11 and 1D. RGB value is (2,17,29). Sum of RGB (Red+Green+Blue) = 2+17+29=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #02111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02111D is #FDEEE2. Grayscale: #0D0D0D. Windows color (decimal): -16641763 or 1904898. OLE color: 1904898.
HSL color Cylindrical-coordinate representation of color #02111D: hue angle of 206.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 #02111D is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 17 | 29 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.89 |
| HSL | 206.67º | 0.87% | 0.06% | - |
| HSV(B) | 206.67º | 0.93% | 0.11% | - |
| XYZ | 0.45 | 0.5 | 1.24 | - |
| YUV | 13.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 29 | 0.93 | 0.41 | 0 | 0.89 | 206.67 | 0.87 | 0.06 |
| Hex | 2 | 11 | 1D | 5D | 29 | 0 | 59 | CF | 57 | 6 |
| Octal | 2 | 21 | 35 | 135 | 51 | 0 | 131 | 317 | 127 | 6 |
| Binary | 10 | 10001 | 11101 | 1011101 | 101001 | 0 | 1011001 | 11001111 | 1010111 | 110 |
Color Harmonies of #02111D
Complementary color
Monochromatic Colors of #02111D
Black with #02111D
Text Example
Text Example
White with #02111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02111D; }
p { color: rgb(2,17,29); }
H1.HeaderClassName
{
color: #02111D;
}
.AnyTagClassName
{
color: #02111D;
}
</style>
background-color css
<style>
a { background-color: #02111D; }
a { background-color: rgb(2,17,29); }
div.DivClassName
{
background-color: #02111D;
}
.BgClassName
{
background-color: #02111D;
}
</style>
border-color css
<style>
span { border-color: #02111D; }
span { border-color: rgb(2,17,29); }
td.TdClassName
{
border-color: #02111D;
}
.TagClassName
{
border-color: #02111D;
}
</style>