Shades of Black Pearl #02101D
Tints of Black Pearl #02101D
RGB
CMYK
RGB Variations
Color information
#02101D (or 0x02101D) is known color: Black Pearl. HEX triplet: 02, 10 and 1D. RGB value is (2,16,29). Sum of RGB (Red+Green+Blue) = 2+16+29=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #02101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02101D is #FDEFE2. Grayscale: #0D0D0D. Windows color (decimal): -16642019 or 1904642. OLE color: 1904642.
HSL color Cylindrical-coordinate representation of color #02101D: hue angle of 208.89º 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 #02101D is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 16 | 29 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.89 |
| HSL | 208.89º | 0.87% | 0.06% | - |
| HSV(B) | 208.89º | 0.93% | 0.11% | - |
| XYZ | 0.43 | 0.47 | 1.23 | - |
| YUV | 13.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 29 | 0.93 | 0.45 | 0 | 0.89 | 208.89 | 0.87 | 0.06 |
| Hex | 2 | 10 | 1D | 5D | 2D | 0 | 59 | D1 | 57 | 6 |
| Octal | 2 | 20 | 35 | 135 | 55 | 0 | 131 | 321 | 127 | 6 |
| Binary | 10 | 10000 | 11101 | 1011101 | 101101 | 0 | 1011001 | 11010001 | 1010111 | 110 |
Color Harmonies of #02101D
Complementary color
Monochromatic Colors of #02101D
Black with #02101D
Text Example
Text Example
White with #02101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02101D; }
p { color: rgb(2,16,29); }
H1.HeaderClassName
{
color: #02101D;
}
.AnyTagClassName
{
color: #02101D;
}
</style>
background-color css
<style>
a { background-color: #02101D; }
a { background-color: rgb(2,16,29); }
div.DivClassName
{
background-color: #02101D;
}
.BgClassName
{
background-color: #02101D;
}
</style>
border-color css
<style>
span { border-color: #02101D; }
span { border-color: rgb(2,16,29); }
td.TdClassName
{
border-color: #02101D;
}
.TagClassName
{
border-color: #02101D;
}
</style>