Shades of Black Pearl #021831
Tints of Black Pearl #021831
RGB
CMYK
RGB Variations
Color information
#021831 (or 0x021831) is known color: Black Pearl. HEX triplet: 02, 18 and 31. RGB value is (2,24,49). Sum of RGB (Red+Green+Blue) = 2+24+49=75 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #021831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021831 is #FDE7CE. Grayscale: #141414. Windows color (decimal): -16639951 or 3217410. OLE color: 3217410.
HSL color Cylindrical-coordinate representation of color #021831: hue angle of 211.91º 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 #021831 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 24 | 49 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.81 |
| HSL | 211.91º | 0.92% | 0.1% | - |
| HSV(B) | 211.91º | 0.96% | 0.19% | - |
| XYZ | 0.91 | 0.89 | 3.03 | - |
| YUV | 20.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 49 | 0.96 | 0.51 | 0 | 0.81 | 211.91 | 0.92 | 0.1 |
| Hex | 2 | 18 | 31 | 60 | 33 | 0 | 51 | D4 | 5C | A |
| Octal | 2 | 30 | 61 | 140 | 63 | 0 | 121 | 324 | 134 | 12 |
| Binary | 10 | 11000 | 110001 | 1100000 | 110011 | 0 | 1010001 | 11010100 | 1011100 | 1010 |
Color Harmonies of #021831
Complementary color
Monochromatic Colors of #021831
Black with #021831
Text Example
Text Example
White with #021831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021831; }
p { color: rgb(2,24,49); }
H1.HeaderClassName
{
color: #021831;
}
.AnyTagClassName
{
color: #021831;
}
</style>
background-color css
<style>
a { background-color: #021831; }
a { background-color: rgb(2,24,49); }
div.DivClassName
{
background-color: #021831;
}
.BgClassName
{
background-color: #021831;
}
</style>
border-color css
<style>
span { border-color: #021831; }
span { border-color: rgb(2,24,49); }
td.TdClassName
{
border-color: #021831;
}
.TagClassName
{
border-color: #021831;
}
</style>