Shades of Black Pearl #02181E
Tints of Black Pearl #02181E
RGB
CMYK
RGB Variations
Color information
#02181E (or 0x02181E) is known color: Black Pearl. HEX triplet: 02, 18 and 1E. RGB value is (2,24,30). Sum of RGB (Red+Green+Blue) = 2+24+30=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #02181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02181E is #FDE7E1. Grayscale: #121212. Windows color (decimal): -16639970 or 1972226. OLE color: 1972226.
HSL color Cylindrical-coordinate representation of color #02181E: hue angle of 192.86º 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 #02181E is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 24 | 30 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.88 |
| HSL | 192.86º | 0.88% | 0.06% | - |
| HSV(B) | 192.86º | 0.93% | 0.12% | - |
| XYZ | 0.59 | 0.76 | 1.34 | - |
| YUV | 18.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 30 | 0.93 | 0.20 | 0 | 0.88 | 192.86 | 0.88 | 0.06 |
| Hex | 2 | 18 | 1E | 5D | 14 | 0 | 58 | C1 | 58 | 6 |
| Octal | 2 | 30 | 36 | 135 | 24 | 0 | 130 | 301 | 130 | 6 |
| Binary | 10 | 11000 | 11110 | 1011101 | 10100 | 0 | 1011000 | 11000001 | 1011000 | 110 |
Color Harmonies of #02181E
Complementary color
Monochromatic Colors of #02181E
Black with #02181E
Text Example
Text Example
White with #02181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02181E; }
p { color: rgb(2,24,30); }
H1.HeaderClassName
{
color: #02181E;
}
.AnyTagClassName
{
color: #02181E;
}
</style>
background-color css
<style>
a { background-color: #02181E; }
a { background-color: rgb(2,24,30); }
div.DivClassName
{
background-color: #02181E;
}
.BgClassName
{
background-color: #02181E;
}
</style>
border-color css
<style>
span { border-color: #02181E; }
span { border-color: rgb(2,24,30); }
td.TdClassName
{
border-color: #02181E;
}
.TagClassName
{
border-color: #02181E;
}
</style>