Shades of Black Pearl #121E21
Tints of Black Pearl #121E21
RGB
CMYK
RGB Variations
Color information
#121E21 (or 0x121E21) is known color: Black Pearl. HEX triplet: 12, 1E and 21. RGB value is (18,30,33). Sum of RGB (Red+Green+Blue) = 18+30+33=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #121E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E21 is #EDE1DE. Grayscale: #1A1A1A. Windows color (decimal): -15589855 or 2170386. OLE color: 2170386.
HSL color Cylindrical-coordinate representation of color #121E21: hue angle of 192º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #121E21 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 30 | 33 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.87 |
| HSL | 192º | 0.29% | 0.1% | - |
| HSV(B) | 192º | 0.45% | 0.13% | - |
| XYZ | 0.99 | 1.17 | 1.61 | - |
| YUV | 26.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 33 | 0.45 | 0.09 | 0 | 0.87 | 192 | 0.29 | 0.1 |
| Hex | 12 | 1E | 21 | 2D | 9 | 0 | 57 | C0 | 1D | A |
| Octal | 22 | 36 | 41 | 55 | 11 | 0 | 127 | 300 | 35 | 12 |
| Binary | 10010 | 11110 | 100001 | 101101 | 1001 | 0 | 1010111 | 11000000 | 11101 | 1010 |
Color Harmonies of #121E21
Complementary color
Monochromatic Colors of #121E21
Black with #121E21
Text Example
Text Example
White with #121E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E21; }
p { color: rgb(18,30,33); }
H1.HeaderClassName
{
color: #121E21;
}
.AnyTagClassName
{
color: #121E21;
}
</style>
background-color css
<style>
a { background-color: #121E21; }
a { background-color: rgb(18,30,33); }
div.DivClassName
{
background-color: #121E21;
}
.BgClassName
{
background-color: #121E21;
}
</style>
border-color css
<style>
span { border-color: #121E21; }
span { border-color: rgb(18,30,33); }
td.TdClassName
{
border-color: #121E21;
}
.TagClassName
{
border-color: #121E21;
}
</style>