Shades of Black Pearl #021931
Tints of Black Pearl #021931
RGB
CMYK
RGB Variations
Color information
#021931 (or 0x021931) is known color: Black Pearl. HEX triplet: 02, 19 and 31. RGB value is (2,25,49). Sum of RGB (Red+Green+Blue) = 2+25+49=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #021931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021931 is #FDE6CE. Grayscale: #141414. Windows color (decimal): -16639695 or 3217666. OLE color: 3217666.
HSL color Cylindrical-coordinate representation of color #021931: hue angle of 210.64º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021931 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 25 | 49 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.81 |
| HSL | 210.64º | 0.92% | 0.1% | - |
| HSV(B) | 210.64º | 0.96% | 0.19% | - |
| XYZ | 0.93 | 0.93 | 3.04 | - |
| YUV | 20.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 49 | 0.96 | 0.49 | 0 | 0.81 | 210.64 | 0.92 | 0.1 |
| Hex | 2 | 19 | 31 | 60 | 31 | 0 | 51 | D3 | 5C | A |
| Octal | 2 | 31 | 61 | 140 | 61 | 0 | 121 | 323 | 134 | 12 |
| Binary | 10 | 11001 | 110001 | 1100000 | 110001 | 0 | 1010001 | 11010011 | 1011100 | 1010 |
Color Harmonies of #021931
Complementary color
Monochromatic Colors of #021931
Black with #021931
Text Example
Text Example
White with #021931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021931; }
p { color: rgb(2,25,49); }
H1.HeaderClassName
{
color: #021931;
}
.AnyTagClassName
{
color: #021931;
}
</style>
background-color css
<style>
a { background-color: #021931; }
a { background-color: rgb(2,25,49); }
div.DivClassName
{
background-color: #021931;
}
.BgClassName
{
background-color: #021931;
}
</style>
border-color css
<style>
span { border-color: #021931; }
span { border-color: rgb(2,25,49); }
td.TdClassName
{
border-color: #021931;
}
.TagClassName
{
border-color: #021931;
}
</style>