Shades of Black Pearl #021C2A
Tints of Black Pearl #021C2A
RGB
CMYK
RGB Variations
Color information
#021C2A (or 0x021C2A) is known color: Black Pearl. HEX triplet: 02, 1C and 2A. RGB value is (2,28,42). Sum of RGB (Red+Green+Blue) = 2+28+42=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #021C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C2A is #FDE3D5. Grayscale: #151515. Windows color (decimal): -16638934 or 2759682. OLE color: 2759682.
HSL color Cylindrical-coordinate representation of color #021C2A: hue angle of 201º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021C2A is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 2 | 28 | 42 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.84 |
| HSL | 201º | 0.91% | 0.09% | - |
| HSV(B) | 201º | 0.95% | 0.16% | - |
| XYZ | 0.86 | 1.01 | 2.34 | - |
| YUV | 21.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 42 | 0.95 | 0.33 | 0 | 0.84 | 201 | 0.91 | 0.09 |
| Hex | 2 | 1C | 2A | 5F | 21 | 0 | 54 | C9 | 5B | 9 |
| Octal | 2 | 34 | 52 | 137 | 41 | 0 | 124 | 311 | 133 | 11 |
| Binary | 10 | 11100 | 101010 | 1011111 | 100001 | 0 | 1010100 | 11001001 | 1011011 | 1001 |
Color Harmonies of #021C2A
Complementary color
Monochromatic Colors of #021C2A
Black with #021C2A
Text Example
Text Example
White with #021C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C2A; }
p { color: rgb(2,28,42); }
H1.HeaderClassName
{
color: #021C2A;
}
.AnyTagClassName
{
color: #021C2A;
}
</style>
background-color css
<style>
a { background-color: #021C2A; }
a { background-color: rgb(2,28,42); }
div.DivClassName
{
background-color: #021C2A;
}
.BgClassName
{
background-color: #021C2A;
}
</style>
border-color css
<style>
span { border-color: #021C2A; }
span { border-color: rgb(2,28,42); }
td.TdClassName
{
border-color: #021C2A;
}
.TagClassName
{
border-color: #021C2A;
}
</style>