Shades of Black Pearl #021F2D
Tints of Black Pearl #021F2D
RGB
CMYK
RGB Variations
Color information
#021F2D (or 0x021F2D) is known color: Black Pearl. HEX triplet: 02, 1F and 2D. RGB value is (2,31,45). Sum of RGB (Red+Green+Blue) = 2+31+45=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #021F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F2D is #FDE0D2. Grayscale: #171717. Windows color (decimal): -16638163 or 2957058. OLE color: 2957058.
HSL color Cylindrical-coordinate representation of color #021F2D: hue angle of 199.53º 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 #021F2D is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 31 | 45 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.82 |
| HSL | 199.53º | 0.91% | 0.09% | - |
| HSV(B) | 199.53º | 0.96% | 0.18% | - |
| XYZ | 0.99 | 1.18 | 2.66 | - |
| YUV | 23.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 45 | 0.96 | 0.31 | 0 | 0.82 | 199.53 | 0.91 | 0.09 |
| Hex | 2 | 1F | 2D | 60 | 1F | 0 | 52 | C8 | 5B | 9 |
| Octal | 2 | 37 | 55 | 140 | 37 | 0 | 122 | 310 | 133 | 11 |
| Binary | 10 | 11111 | 101101 | 1100000 | 11111 | 0 | 1010010 | 11001000 | 1011011 | 1001 |
Color Harmonies of #021F2D
Complementary color
Monochromatic Colors of #021F2D
Black with #021F2D
Text Example
Text Example
White with #021F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F2D; }
p { color: rgb(2,31,45); }
H1.HeaderClassName
{
color: #021F2D;
}
.AnyTagClassName
{
color: #021F2D;
}
</style>
background-color css
<style>
a { background-color: #021F2D; }
a { background-color: rgb(2,31,45); }
div.DivClassName
{
background-color: #021F2D;
}
.BgClassName
{
background-color: #021F2D;
}
</style>
border-color css
<style>
span { border-color: #021F2D; }
span { border-color: rgb(2,31,45); }
td.TdClassName
{
border-color: #021F2D;
}
.TagClassName
{
border-color: #021F2D;
}
</style>