Shades of Black Pearl #02141E
Tints of Black Pearl #02141E
RGB
CMYK
RGB Variations
Color information
#02141E (or 0x02141E) is known color: Black Pearl. HEX triplet: 02, 14 and 1E. RGB value is (2,20,30). Sum of RGB (Red+Green+Blue) = 2+20+30=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #02141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02141E is #FDEBE1. Grayscale: #0F0F0F. Windows color (decimal): -16640994 or 1971202. OLE color: 1971202.
HSL color Cylindrical-coordinate representation of color #02141E: hue angle of 201.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02141E is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 20 | 30 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.88 |
| HSL | 201.43º | 0.88% | 0.06% | - |
| HSV(B) | 201.43º | 0.93% | 0.12% | - |
| XYZ | 0.51 | 0.61 | 1.32 | - |
| YUV | 15.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 30 | 0.93 | 0.33 | 0 | 0.88 | 201.43 | 0.88 | 0.06 |
| Hex | 2 | 14 | 1E | 5D | 21 | 0 | 58 | C9 | 58 | 6 |
| Octal | 2 | 24 | 36 | 135 | 41 | 0 | 130 | 311 | 130 | 6 |
| Binary | 10 | 10100 | 11110 | 1011101 | 100001 | 0 | 1011000 | 11001001 | 1011000 | 110 |
Color Harmonies of #02141E
Complementary color
Monochromatic Colors of #02141E
Black with #02141E
Text Example
Text Example
White with #02141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02141E; }
p { color: rgb(2,20,30); }
H1.HeaderClassName
{
color: #02141E;
}
.AnyTagClassName
{
color: #02141E;
}
</style>
background-color css
<style>
a { background-color: #02141E; }
a { background-color: rgb(2,20,30); }
div.DivClassName
{
background-color: #02141E;
}
.BgClassName
{
background-color: #02141E;
}
</style>
border-color css
<style>
span { border-color: #02141E; }
span { border-color: rgb(2,20,30); }
td.TdClassName
{
border-color: #02141E;
}
.TagClassName
{
border-color: #02141E;
}
</style>