Shades of Black Pearl #02101B
Tints of Black Pearl #02101B
RGB
CMYK
RGB Variations
Color information
#02101B (or 0x02101B) is known color: Black Pearl. HEX triplet: 02, 10 and 1B. RGB value is (2,16,27). Sum of RGB (Red+Green+Blue) = 2+16+27=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #02101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02101B is #FDEFE4. Grayscale: #0D0D0D. Windows color (decimal): -16642021 or 1773570. OLE color: 1773570.
HSL color Cylindrical-coordinate representation of color #02101B: hue angle of 206.4º degrees, saturation: 0.86, 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 #02101B is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 16 | 27 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.89 |
| HSL | 206.4º | 0.86% | 0.06% | - |
| HSV(B) | 206.4º | 0.93% | 0.11% | - |
| XYZ | 0.41 | 0.46 | 1.1 | - |
| YUV | 13.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 27 | 0.93 | 0.41 | 0 | 0.89 | 206.4 | 0.86 | 0.06 |
| Hex | 2 | 10 | 1B | 5D | 29 | 0 | 59 | CE | 56 | 6 |
| Octal | 2 | 20 | 33 | 135 | 51 | 0 | 131 | 316 | 126 | 6 |
| Binary | 10 | 10000 | 11011 | 1011101 | 101001 | 0 | 1011001 | 11001110 | 1010110 | 110 |
Color Harmonies of #02101B
Complementary color
Monochromatic Colors of #02101B
Black with #02101B
Text Example
Text Example
White with #02101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02101B; }
p { color: rgb(2,16,27); }
H1.HeaderClassName
{
color: #02101B;
}
.AnyTagClassName
{
color: #02101B;
}
</style>
background-color css
<style>
a { background-color: #02101B; }
a { background-color: rgb(2,16,27); }
div.DivClassName
{
background-color: #02101B;
}
.BgClassName
{
background-color: #02101B;
}
</style>
border-color css
<style>
span { border-color: #02101B; }
span { border-color: rgb(2,16,27); }
td.TdClassName
{
border-color: #02101B;
}
.TagClassName
{
border-color: #02101B;
}
</style>