Shades of Black Pearl #02132D
Tints of Black Pearl #02132D
RGB
CMYK
RGB Variations
Color information
#02132D (or 0x02132D) is known color: Black Pearl. HEX triplet: 02, 13 and 2D. RGB value is (2,19,45). Sum of RGB (Red+Green+Blue) = 2+19+45=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 45 (17.97% from 255 or 68.18% from 66); Max value from RGB is 45 - color contains mainly: blue. Hex color #02132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02132D is #FDECD2. Grayscale: #101010. Windows color (decimal): -16641235 or 2953986. OLE color: 2953986.
HSL color Cylindrical-coordinate representation of color #02132D: hue angle of 216.28º 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 #02132D is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 19 | 45 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.82 |
| HSL | 216.28º | 0.91% | 0.09% | - |
| HSV(B) | 216.28º | 0.96% | 0.18% | - |
| XYZ | 0.73 | 0.67 | 2.57 | - |
| YUV | 16.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 45 | 0.96 | 0.58 | 0 | 0.82 | 216.28 | 0.91 | 0.09 |
| Hex | 2 | 13 | 2D | 60 | 3A | 0 | 52 | D8 | 5B | 9 |
| Octal | 2 | 23 | 55 | 140 | 72 | 0 | 122 | 330 | 133 | 11 |
| Binary | 10 | 10011 | 101101 | 1100000 | 111010 | 0 | 1010010 | 11011000 | 1011011 | 1001 |
Color Harmonies of #02132D
Complementary color
Monochromatic Colors of #02132D
Black with #02132D
Text Example
Text Example
White with #02132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02132D; }
p { color: rgb(2,19,45); }
H1.HeaderClassName
{
color: #02132D;
}
.AnyTagClassName
{
color: #02132D;
}
</style>
background-color css
<style>
a { background-color: #02132D; }
a { background-color: rgb(2,19,45); }
div.DivClassName
{
background-color: #02132D;
}
.BgClassName
{
background-color: #02132D;
}
</style>
border-color css
<style>
span { border-color: #02132D; }
span { border-color: rgb(2,19,45); }
td.TdClassName
{
border-color: #02132D;
}
.TagClassName
{
border-color: #02132D;
}
</style>