Shades of Black Pearl #02181C
Tints of Black Pearl #02181C
RGB
CMYK
RGB Variations
Color information
#02181C (or 0x02181C) is known color: Black Pearl. HEX triplet: 02, 18 and 1C. RGB value is (2,24,28). Sum of RGB (Red+Green+Blue) = 2+24+28=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #02181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02181C is #FDE7E3. Grayscale: #111111. Windows color (decimal): -16639972 or 1841154. OLE color: 1841154.
HSL color Cylindrical-coordinate representation of color #02181C: hue angle of 189.23º 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 #02181C is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 24 | 28 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.89 |
| HSL | 189.23º | 0.87% | 0.06% | - |
| HSV(B) | 189.23º | 0.93% | 0.11% | - |
| XYZ | 0.56 | 0.75 | 1.21 | - |
| YUV | 17.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 28 | 0.93 | 0.14 | 0 | 0.89 | 189.23 | 0.87 | 0.06 |
| Hex | 2 | 18 | 1C | 5D | E | 0 | 59 | BD | 57 | 6 |
| Octal | 2 | 30 | 34 | 135 | 16 | 0 | 131 | 275 | 127 | 6 |
| Binary | 10 | 11000 | 11100 | 1011101 | 1110 | 0 | 1011001 | 10111101 | 1010111 | 110 |
Color Harmonies of #02181C
Complementary color
Monochromatic Colors of #02181C
Black with #02181C
Text Example
Text Example
White with #02181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02181C; }
p { color: rgb(2,24,28); }
H1.HeaderClassName
{
color: #02181C;
}
.AnyTagClassName
{
color: #02181C;
}
</style>
background-color css
<style>
a { background-color: #02181C; }
a { background-color: rgb(2,24,28); }
div.DivClassName
{
background-color: #02181C;
}
.BgClassName
{
background-color: #02181C;
}
</style>
border-color css
<style>
span { border-color: #02181C; }
span { border-color: rgb(2,24,28); }
td.TdClassName
{
border-color: #02181C;
}
.TagClassName
{
border-color: #02181C;
}
</style>