Shades of Black Pearl #021325
Tints of Black Pearl #021325
RGB
CMYK
RGB Variations
Color information
#021325 (or 0x021325) is known color: Black Pearl. HEX triplet: 02, 13 and 25. RGB value is (2,19,37). Sum of RGB (Red+Green+Blue) = 2+19+37=58 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.45% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #021325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021325 is #FDECDA. Grayscale: #0F0F0F. Windows color (decimal): -16641243 or 2429698. OLE color: 2429698.
HSL color Cylindrical-coordinate representation of color #021325: hue angle of 210.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021325 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 19 | 37 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.85 |
| HSL | 210.86º | 0.9% | 0.08% | - |
| HSV(B) | 210.86º | 0.95% | 0.15% | - |
| XYZ | 0.59 | 0.61 | 1.84 | - |
| YUV | 15.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 37 | 0.95 | 0.49 | 0 | 0.85 | 210.86 | 0.9 | 0.08 |
| Hex | 2 | 13 | 25 | 5F | 31 | 0 | 55 | D3 | 5A | 8 |
| Octal | 2 | 23 | 45 | 137 | 61 | 0 | 125 | 323 | 132 | 10 |
| Binary | 10 | 10011 | 100101 | 1011111 | 110001 | 0 | 1010101 | 11010011 | 1011010 | 1000 |
Color Harmonies of #021325
Complementary color
Monochromatic Colors of #021325
Black with #021325
Text Example
Text Example
White with #021325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021325; }
p { color: rgb(2,19,37); }
H1.HeaderClassName
{
color: #021325;
}
.AnyTagClassName
{
color: #021325;
}
</style>
background-color css
<style>
a { background-color: #021325; }
a { background-color: rgb(2,19,37); }
div.DivClassName
{
background-color: #021325;
}
.BgClassName
{
background-color: #021325;
}
</style>
border-color css
<style>
span { border-color: #021325; }
span { border-color: rgb(2,19,37); }
td.TdClassName
{
border-color: #021325;
}
.TagClassName
{
border-color: #021325;
}
</style>