Shades of Black Pearl #02141C
Tints of Black Pearl #02141C
RGB
CMYK
RGB Variations
Color information
#02141C (or 0x02141C) is known color: Black Pearl. HEX triplet: 02, 14 and 1C. RGB value is (2,20,28). Sum of RGB (Red+Green+Blue) = 2+20+28=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #02141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02141C is #FDEBE3. Grayscale: #0F0F0F. Windows color (decimal): -16640996 or 1840130. OLE color: 1840130.
HSL color Cylindrical-coordinate representation of color #02141C: hue angle of 198.46º 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 #02141C is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 20 | 28 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.89 |
| HSL | 198.46º | 0.87% | 0.06% | - |
| HSV(B) | 198.46º | 0.93% | 0.11% | - |
| XYZ | 0.48 | 0.6 | 1.19 | - |
| YUV | 15.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 28 | 0.93 | 0.29 | 0 | 0.89 | 198.46 | 0.87 | 0.06 |
| Hex | 2 | 14 | 1C | 5D | 1D | 0 | 59 | C6 | 57 | 6 |
| Octal | 2 | 24 | 34 | 135 | 35 | 0 | 131 | 306 | 127 | 6 |
| Binary | 10 | 10100 | 11100 | 1011101 | 11101 | 0 | 1011001 | 11000110 | 1010111 | 110 |
Color Harmonies of #02141C
Complementary color
Monochromatic Colors of #02141C
Black with #02141C
Text Example
Text Example
White with #02141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02141C; }
p { color: rgb(2,20,28); }
H1.HeaderClassName
{
color: #02141C;
}
.AnyTagClassName
{
color: #02141C;
}
</style>
background-color css
<style>
a { background-color: #02141C; }
a { background-color: rgb(2,20,28); }
div.DivClassName
{
background-color: #02141C;
}
.BgClassName
{
background-color: #02141C;
}
</style>
border-color css
<style>
span { border-color: #02141C; }
span { border-color: rgb(2,20,28); }
td.TdClassName
{
border-color: #02141C;
}
.TagClassName
{
border-color: #02141C;
}
</style>