Shades of Black Pearl #021F2C
Tints of Black Pearl #021F2C
RGB
CMYK
RGB Variations
Color information
#021F2C (or 0x021F2C) is known color: Black Pearl. HEX triplet: 02, 1F and 2C. RGB value is (2,31,44). Sum of RGB (Red+Green+Blue) = 2+31+44=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #021F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F2C is #FDE0D3. Grayscale: #171717. Windows color (decimal): -16638164 or 2891522. OLE color: 2891522.
HSL color Cylindrical-coordinate representation of color #021F2C: hue angle of 198.57º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021F2C is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 31 | 44 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.83 |
| HSL | 198.57º | 0.91% | 0.09% | - |
| HSV(B) | 198.57º | 0.95% | 0.17% | - |
| XYZ | 0.97 | 1.17 | 2.56 | - |
| YUV | 23.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 44 | 0.95 | 0.30 | 0 | 0.83 | 198.57 | 0.91 | 0.09 |
| Hex | 2 | 1F | 2C | 5F | 1E | 0 | 53 | C7 | 5B | 9 |
| Octal | 2 | 37 | 54 | 137 | 36 | 0 | 123 | 307 | 133 | 11 |
| Binary | 10 | 11111 | 101100 | 1011111 | 11110 | 0 | 1010011 | 11000111 | 1011011 | 1001 |
Color Harmonies of #021F2C
Complementary color
Monochromatic Colors of #021F2C
Black with #021F2C
Text Example
Text Example
White with #021F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F2C; }
p { color: rgb(2,31,44); }
H1.HeaderClassName
{
color: #021F2C;
}
.AnyTagClassName
{
color: #021F2C;
}
</style>
background-color css
<style>
a { background-color: #021F2C; }
a { background-color: rgb(2,31,44); }
div.DivClassName
{
background-color: #021F2C;
}
.BgClassName
{
background-color: #021F2C;
}
</style>
border-color css
<style>
span { border-color: #021F2C; }
span { border-color: rgb(2,31,44); }
td.TdClassName
{
border-color: #021F2C;
}
.TagClassName
{
border-color: #021F2C;
}
</style>