Shades of Black Pearl #212A2E
Tints of Black Pearl #212A2E
RGB
CMYK
RGB Variations
Color information
#212A2E (or 0x212A2E) is known color: Black Pearl. HEX triplet: 21, 2A and 2E. RGB value is (33,42,46). Sum of RGB (Red+Green+Blue) = 33+42+46=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 46 - color contains mainly: blue. Hex color #212A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A2E is #DED5D1. Grayscale: #272727. Windows color (decimal): -14603730 or 3025441. OLE color: 3025441.
HSL color Cylindrical-coordinate representation of color #212A2E: hue angle of 198.46º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212A2E is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 42 | 46 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.82 |
| HSL | 198.46º | 0.16% | 0.15% | - |
| HSV(B) | 198.46º | 0.28% | 0.18% | - |
| XYZ | 1.95 | 2.18 | 2.9 | - |
| YUV | 39.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 46 | 0.28 | 0.09 | 0 | 0.82 | 198.46 | 0.16 | 0.15 |
| Hex | 21 | 2A | 2E | 1C | 9 | 0 | 52 | C6 | 10 | F |
| Octal | 41 | 52 | 56 | 34 | 11 | 0 | 122 | 306 | 20 | 17 |
| Binary | 100001 | 101010 | 101110 | 11100 | 1001 | 0 | 1010010 | 11000110 | 10000 | 1111 |
Color Harmonies of #212A2E
Complementary color
Monochromatic Colors of #212A2E
Black with #212A2E
Text Example
Text Example
White with #212A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A2E; }
p { color: rgb(33,42,46); }
H1.HeaderClassName
{
color: #212A2E;
}
.AnyTagClassName
{
color: #212A2E;
}
</style>
background-color css
<style>
a { background-color: #212A2E; }
a { background-color: rgb(33,42,46); }
div.DivClassName
{
background-color: #212A2E;
}
.BgClassName
{
background-color: #212A2E;
}
</style>
border-color css
<style>
span { border-color: #212A2E; }
span { border-color: rgb(33,42,46); }
td.TdClassName
{
border-color: #212A2E;
}
.TagClassName
{
border-color: #212A2E;
}
</style>