Shades of Black Pearl #02121B
Tints of Black Pearl #02121B
RGB
CMYK
RGB Variations
Color information
#02121B (or 0x02121B) is known color: Black Pearl. HEX triplet: 02, 12 and 1B. RGB value is (2,18,27). Sum of RGB (Red+Green+Blue) = 2+18+27=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #02121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02121B is #FDEDE4. Grayscale: #0E0E0E. Windows color (decimal): -16641509 or 1774082. OLE color: 1774082.
HSL color Cylindrical-coordinate representation of color #02121B: hue angle of 201.6º 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 #02121B is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 18 | 27 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.89 |
| HSL | 201.6º | 0.86% | 0.06% | - |
| HSV(B) | 201.6º | 0.93% | 0.11% | - |
| XYZ | 0.44 | 0.52 | 1.12 | - |
| YUV | 14.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 27 | 0.93 | 0.33 | 0 | 0.89 | 201.6 | 0.86 | 0.06 |
| Hex | 2 | 12 | 1B | 5D | 21 | 0 | 59 | CA | 56 | 6 |
| Octal | 2 | 22 | 33 | 135 | 41 | 0 | 131 | 312 | 126 | 6 |
| Binary | 10 | 10010 | 11011 | 1011101 | 100001 | 0 | 1011001 | 11001010 | 1010110 | 110 |
Color Harmonies of #02121B
Complementary color
Monochromatic Colors of #02121B
Black with #02121B
Text Example
Text Example
White with #02121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02121B; }
p { color: rgb(2,18,27); }
H1.HeaderClassName
{
color: #02121B;
}
.AnyTagClassName
{
color: #02121B;
}
</style>
background-color css
<style>
a { background-color: #02121B; }
a { background-color: rgb(2,18,27); }
div.DivClassName
{
background-color: #02121B;
}
.BgClassName
{
background-color: #02121B;
}
</style>
border-color css
<style>
span { border-color: #02121B; }
span { border-color: rgb(2,18,27); }
td.TdClassName
{
border-color: #02121B;
}
.TagClassName
{
border-color: #02121B;
}
</style>