Shades of Black Pearl #021B1E
Tints of Black Pearl #021B1E
RGB
CMYK
RGB Variations
Color information
#021B1E (or 0x021B1E) is known color: Black Pearl. HEX triplet: 02, 1B and 1E. RGB value is (2,27,30). Sum of RGB (Red+Green+Blue) = 2+27+30=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #021B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B1E is #FDE4E1. Grayscale: #131313. Windows color (decimal): -16639202 or 1972994. OLE color: 1972994.
HSL color Cylindrical-coordinate representation of color #021B1E: hue angle of 186.43º 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 #021B1E is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 27 | 30 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.88 |
| HSL | 186.43º | 0.88% | 0.06% | - |
| HSV(B) | 186.43º | 0.93% | 0.12% | - |
| XYZ | 0.65 | 0.89 | 1.37 | - |
| YUV | 19.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 30 | 0.93 | 0.10 | 0 | 0.88 | 186.43 | 0.88 | 0.06 |
| Hex | 2 | 1B | 1E | 5D | A | 0 | 58 | BA | 58 | 6 |
| Octal | 2 | 33 | 36 | 135 | 12 | 0 | 130 | 272 | 130 | 6 |
| Binary | 10 | 11011 | 11110 | 1011101 | 1010 | 0 | 1011000 | 10111010 | 1011000 | 110 |
Color Harmonies of #021B1E
Complementary color
Monochromatic Colors of #021B1E
Black with #021B1E
Text Example
Text Example
White with #021B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B1E; }
p { color: rgb(2,27,30); }
H1.HeaderClassName
{
color: #021B1E;
}
.AnyTagClassName
{
color: #021B1E;
}
</style>
background-color css
<style>
a { background-color: #021B1E; }
a { background-color: rgb(2,27,30); }
div.DivClassName
{
background-color: #021B1E;
}
.BgClassName
{
background-color: #021B1E;
}
</style>
border-color css
<style>
span { border-color: #021B1E; }
span { border-color: rgb(2,27,30); }
td.TdClassName
{
border-color: #021B1E;
}
.TagClassName
{
border-color: #021B1E;
}
</style>