Shades of Black Pearl #02121C
Tints of Black Pearl #02121C
RGB
CMYK
RGB Variations
Color information
#02121C (or 0x02121C) is known color: Black Pearl. HEX triplet: 02, 12 and 1C. RGB value is (2,18,28). Sum of RGB (Red+Green+Blue) = 2+18+28=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #02121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02121C is #FDEDE3. Grayscale: #0E0E0E. Windows color (decimal): -16641508 or 1839618. OLE color: 1839618.
HSL color Cylindrical-coordinate representation of color #02121C: hue angle of 203.08º 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 #02121C is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 18 | 28 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.89 |
| HSL | 203.08º | 0.87% | 0.06% | - |
| HSV(B) | 203.08º | 0.93% | 0.11% | - |
| XYZ | 0.45 | 0.53 | 1.18 | - |
| YUV | 14.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 28 | 0.93 | 0.36 | 0 | 0.89 | 203.08 | 0.87 | 0.06 |
| Hex | 2 | 12 | 1C | 5D | 24 | 0 | 59 | CB | 57 | 6 |
| Octal | 2 | 22 | 34 | 135 | 44 | 0 | 131 | 313 | 127 | 6 |
| Binary | 10 | 10010 | 11100 | 1011101 | 100100 | 0 | 1011001 | 11001011 | 1010111 | 110 |
Color Harmonies of #02121C
Complementary color
Monochromatic Colors of #02121C
Black with #02121C
Text Example
Text Example
White with #02121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02121C; }
p { color: rgb(2,18,28); }
H1.HeaderClassName
{
color: #02121C;
}
.AnyTagClassName
{
color: #02121C;
}
</style>
background-color css
<style>
a { background-color: #02121C; }
a { background-color: rgb(2,18,28); }
div.DivClassName
{
background-color: #02121C;
}
.BgClassName
{
background-color: #02121C;
}
</style>
border-color css
<style>
span { border-color: #02121C; }
span { border-color: rgb(2,18,28); }
td.TdClassName
{
border-color: #02121C;
}
.TagClassName
{
border-color: #02121C;
}
</style>