Shades of Black Pearl #021C1E
Tints of Black Pearl #021C1E
RGB
CMYK
RGB Variations
Color information
#021C1E (or 0x021C1E) is known color: Black Pearl. HEX triplet: 02, 1C and 1E. RGB value is (2,28,30). Sum of RGB (Red+Green+Blue) = 2+28+30=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #021C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C1E is #FDE3E1. Grayscale: #141414. Windows color (decimal): -16638946 or 1973250. OLE color: 1973250.
HSL color Cylindrical-coordinate representation of color #021C1E: hue angle of 184.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C1E is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 28 | 30 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.88 |
| HSL | 184.29º | 0.88% | 0.06% | - |
| HSV(B) | 184.29º | 0.93% | 0.12% | - |
| XYZ | 0.67 | 0.94 | 1.37 | - |
| YUV | 20.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 30 | 0.93 | 0.07 | 0 | 0.88 | 184.29 | 0.88 | 0.06 |
| Hex | 2 | 1C | 1E | 5D | 7 | 0 | 58 | B8 | 58 | 6 |
| Octal | 2 | 34 | 36 | 135 | 7 | 0 | 130 | 270 | 130 | 6 |
| Binary | 10 | 11100 | 11110 | 1011101 | 111 | 0 | 1011000 | 10111000 | 1011000 | 110 |
Color Harmonies of #021C1E
Complementary color
Monochromatic Colors of #021C1E
Black with #021C1E
Text Example
Text Example
White with #021C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C1E; }
p { color: rgb(2,28,30); }
H1.HeaderClassName
{
color: #021C1E;
}
.AnyTagClassName
{
color: #021C1E;
}
</style>
background-color css
<style>
a { background-color: #021C1E; }
a { background-color: rgb(2,28,30); }
div.DivClassName
{
background-color: #021C1E;
}
.BgClassName
{
background-color: #021C1E;
}
</style>
border-color css
<style>
span { border-color: #021C1E; }
span { border-color: rgb(2,28,30); }
td.TdClassName
{
border-color: #021C1E;
}
.TagClassName
{
border-color: #021C1E;
}
</style>