Shades of Black Pearl #021A32
Tints of Black Pearl #021A32
RGB
CMYK
RGB Variations
Color information
#021A32 (or 0x021A32) is known color: Black Pearl. HEX triplet: 02, 1A and 32. RGB value is (2,26,50). Sum of RGB (Red+Green+Blue) = 2+26+50=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #021A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A32 is #FDE5CD. Grayscale: #151515. Windows color (decimal): -16639438 or 3283458. OLE color: 3283458.
HSL color Cylindrical-coordinate representation of color #021A32: hue angle of 210º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021A32 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 26 | 50 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.80 |
| HSL | 210º | 0.92% | 0.1% | - |
| HSV(B) | 210º | 0.96% | 0.2% | - |
| XYZ | 0.97 | 0.98 | 3.16 | - |
| YUV | 21.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 50 | 0.96 | 0.48 | 0 | 0.80 | 210 | 0.92 | 0.1 |
| Hex | 2 | 1A | 32 | 60 | 30 | 0 | 50 | D2 | 5C | A |
| Octal | 2 | 32 | 62 | 140 | 60 | 0 | 120 | 322 | 134 | 12 |
| Binary | 10 | 11010 | 110010 | 1100000 | 110000 | 0 | 1010000 | 11010010 | 1011100 | 1010 |
Color Harmonies of #021A32
Complementary color
Monochromatic Colors of #021A32
Black with #021A32
Text Example
Text Example
White with #021A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A32; }
p { color: rgb(2,26,50); }
H1.HeaderClassName
{
color: #021A32;
}
.AnyTagClassName
{
color: #021A32;
}
</style>
background-color css
<style>
a { background-color: #021A32; }
a { background-color: rgb(2,26,50); }
div.DivClassName
{
background-color: #021A32;
}
.BgClassName
{
background-color: #021A32;
}
</style>
border-color css
<style>
span { border-color: #021A32; }
span { border-color: rgb(2,26,50); }
td.TdClassName
{
border-color: #021A32;
}
.TagClassName
{
border-color: #021A32;
}
</style>