Shades of Black Pearl #02142D
Tints of Black Pearl #02142D
RGB
CMYK
RGB Variations
Color information
#02142D (or 0x02142D) is known color: Black Pearl. HEX triplet: 02, 14 and 2D. RGB value is (2,20,45). Sum of RGB (Red+Green+Blue) = 2+20+45=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #02142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02142D is #FDEBD2. Grayscale: #111111. Windows color (decimal): -16640979 or 2954242. OLE color: 2954242.
HSL color Cylindrical-coordinate representation of color #02142D: hue angle of 214.88º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02142D is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 2 | 20 | 45 | - |
CMYK | 0.96 | 0.56 | 0 | 0.82 |
HSL | 214.88º | 0.91% | 0.09% | - |
HSV(B) | 214.88º | 0.96% | 0.18% | - |
XYZ | 0.75 | 0.7 | 2.58 | - |
YUV | 17.47 | 143.54 | 116.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 20 | 45 | 0.96 | 0.56 | 0 | 0.82 | 214.88 | 0.91 | 0.09 |
Hex | 2 | 14 | 2D | 60 | 38 | 0 | 52 | D7 | 5B | 9 |
Octal | 2 | 24 | 55 | 140 | 70 | 0 | 122 | 327 | 133 | 11 |
Binary | 10 | 10100 | 101101 | 1100000 | 111000 | 0 | 1010010 | 11010111 | 1011011 | 1001 |
Color Harmonies of #02142D
Complementary color
Monochromatic Colors of #02142D
Black with #02142D
Text Example
Text Example
White with #02142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02142D; }
p { color: rgb(2,20,45); }
H1.HeaderClassName
{
color: #02142D;
}
.AnyTagClassName
{
color: #02142D;
}
</style>
background-color css
<style>
a { background-color: #02142D; }
a { background-color: rgb(2,20,45); }
div.DivClassName
{
background-color: #02142D;
}
.BgClassName
{
background-color: #02142D;
}
</style>
border-color css
<style>
span { border-color: #02142D; }
span { border-color: rgb(2,20,45); }
td.TdClassName
{
border-color: #02142D;
}
.TagClassName
{
border-color: #02142D;
}
</style>