Shades of Black Pearl #021A1C
Tints of Black Pearl #021A1C
RGB
CMYK
RGB Variations
Color information
#021A1C (or 0x021A1C) is known color: Black Pearl. HEX triplet: 02, 1A and 1C. RGB value is (2,26,28). Sum of RGB (Red+Green+Blue) = 2+26+28=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #021A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A1C is #FDE5E3. Grayscale: #131313. Windows color (decimal): -16639460 or 1841666. OLE color: 1841666.
HSL color Cylindrical-coordinate representation of color #021A1C: hue angle of 184.62º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021A1C is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 26 | 28 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.89 |
| HSL | 184.62º | 0.87% | 0.06% | - |
| HSV(B) | 184.62º | 0.93% | 0.11% | - |
| XYZ | 0.6 | 0.84 | 1.23 | - |
| YUV | 19.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 28 | 0.93 | 0.07 | 0 | 0.89 | 184.62 | 0.87 | 0.06 |
| Hex | 2 | 1A | 1C | 5D | 7 | 0 | 59 | B9 | 57 | 6 |
| Octal | 2 | 32 | 34 | 135 | 7 | 0 | 131 | 271 | 127 | 6 |
| Binary | 10 | 11010 | 11100 | 1011101 | 111 | 0 | 1011001 | 10111001 | 1010111 | 110 |
Color Harmonies of #021A1C
Complementary color
Monochromatic Colors of #021A1C
Black with #021A1C
Text Example
Text Example
White with #021A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A1C; }
p { color: rgb(2,26,28); }
H1.HeaderClassName
{
color: #021A1C;
}
.AnyTagClassName
{
color: #021A1C;
}
</style>
background-color css
<style>
a { background-color: #021A1C; }
a { background-color: rgb(2,26,28); }
div.DivClassName
{
background-color: #021A1C;
}
.BgClassName
{
background-color: #021A1C;
}
</style>
border-color css
<style>
span { border-color: #021A1C; }
span { border-color: rgb(2,26,28); }
td.TdClassName
{
border-color: #021A1C;
}
.TagClassName
{
border-color: #021A1C;
}
</style>