Shades of Black Pearl #021C2C
Tints of Black Pearl #021C2C
RGB
CMYK
RGB Variations
Color information
#021C2C (or 0x021C2C) is known color: Black Pearl. HEX triplet: 02, 1C and 2C. RGB value is (2,28,44). Sum of RGB (Red+Green+Blue) = 2+28+44=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #021C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C2C is #FDE3D3. Grayscale: #151515. Windows color (decimal): -16638932 or 2890754. OLE color: 2890754.
HSL color Cylindrical-coordinate representation of color #021C2C: hue angle of 202.86º 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 #021C2C is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 28 | 44 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.83 |
| HSL | 202.86º | 0.91% | 0.09% | - |
| HSV(B) | 202.86º | 0.95% | 0.17% | - |
| XYZ | 0.89 | 1.03 | 2.53 | - |
| YUV | 22.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 44 | 0.95 | 0.36 | 0 | 0.83 | 202.86 | 0.91 | 0.09 |
| Hex | 2 | 1C | 2C | 5F | 24 | 0 | 53 | CB | 5B | 9 |
| Octal | 2 | 34 | 54 | 137 | 44 | 0 | 123 | 313 | 133 | 11 |
| Binary | 10 | 11100 | 101100 | 1011111 | 100100 | 0 | 1010011 | 11001011 | 1011011 | 1001 |
Color Harmonies of #021C2C
Complementary color
Monochromatic Colors of #021C2C
Black with #021C2C
Text Example
Text Example
White with #021C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C2C; }
p { color: rgb(2,28,44); }
H1.HeaderClassName
{
color: #021C2C;
}
.AnyTagClassName
{
color: #021C2C;
}
</style>
background-color css
<style>
a { background-color: #021C2C; }
a { background-color: rgb(2,28,44); }
div.DivClassName
{
background-color: #021C2C;
}
.BgClassName
{
background-color: #021C2C;
}
</style>
border-color css
<style>
span { border-color: #021C2C; }
span { border-color: rgb(2,28,44); }
td.TdClassName
{
border-color: #021C2C;
}
.TagClassName
{
border-color: #021C2C;
}
</style>