Shades of Black Pearl #02132E
Tints of Black Pearl #02132E
RGB
CMYK
RGB Variations
Color information
#02132E (or 0x02132E) is known color: Black Pearl. HEX triplet: 02, 13 and 2E. RGB value is (2,19,46). Sum of RGB (Red+Green+Blue) = 2+19+46=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #02132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02132E is #FDECD1. Grayscale: #101010. Windows color (decimal): -16641234 or 3019522. OLE color: 3019522.
HSL color Cylindrical-coordinate representation of color #02132E: hue angle of 216.82º degrees, saturation: 0.92, 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 #02132E is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 19 | 46 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.82 |
| HSL | 216.82º | 0.92% | 0.09% | - |
| HSV(B) | 216.82º | 0.96% | 0.18% | - |
| XYZ | 0.75 | 0.68 | 2.68 | - |
| YUV | 17 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 46 | 0.96 | 0.59 | 0 | 0.82 | 216.82 | 0.92 | 0.09 |
| Hex | 2 | 13 | 2E | 60 | 3B | 0 | 52 | D9 | 5C | 9 |
| Octal | 2 | 23 | 56 | 140 | 73 | 0 | 122 | 331 | 134 | 11 |
| Binary | 10 | 10011 | 101110 | 1100000 | 111011 | 0 | 1010010 | 11011001 | 1011100 | 1001 |
Color Harmonies of #02132E
Complementary color
Monochromatic Colors of #02132E
Black with #02132E
Text Example
Text Example
White with #02132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02132E; }
p { color: rgb(2,19,46); }
H1.HeaderClassName
{
color: #02132E;
}
.AnyTagClassName
{
color: #02132E;
}
</style>
background-color css
<style>
a { background-color: #02132E; }
a { background-color: rgb(2,19,46); }
div.DivClassName
{
background-color: #02132E;
}
.BgClassName
{
background-color: #02132E;
}
</style>
border-color css
<style>
span { border-color: #02132E; }
span { border-color: rgb(2,19,46); }
td.TdClassName
{
border-color: #02132E;
}
.TagClassName
{
border-color: #02132E;
}
</style>