Shades of Black Pearl #121A1E
Tints of Black Pearl #121A1E
RGB
CMYK
RGB Variations
Color information
#121A1E (or 0x121A1E) is known color: Black Pearl. HEX triplet: 12, 1A and 1E. RGB value is (18,26,30). Sum of RGB (Red+Green+Blue) = 18+26+30=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #121A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A1E is #EDE5E1. Grayscale: #181818. Windows color (decimal): -15590882 or 1972754. OLE color: 1972754.
HSL color Cylindrical-coordinate representation of color #121A1E: hue angle of 200º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121A1E is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 26 | 30 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.88 |
| HSL | 200º | 0.25% | 0.09% | - |
| HSV(B) | 200º | 0.4% | 0.12% | - |
| XYZ | 0.85 | 0.96 | 1.37 | - |
| YUV | 24.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 30 | 0.40 | 0.13 | 0 | 0.88 | 200 | 0.25 | 0.09 |
| Hex | 12 | 1A | 1E | 28 | D | 0 | 58 | C8 | 19 | 9 |
| Octal | 22 | 32 | 36 | 50 | 15 | 0 | 130 | 310 | 31 | 11 |
| Binary | 10010 | 11010 | 11110 | 101000 | 1101 | 0 | 1011000 | 11001000 | 11001 | 1001 |
Color Harmonies of #121A1E
Complementary color
Monochromatic Colors of #121A1E
Black with #121A1E
Text Example
Text Example
White with #121A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A1E; }
p { color: rgb(18,26,30); }
H1.HeaderClassName
{
color: #121A1E;
}
.AnyTagClassName
{
color: #121A1E;
}
</style>
background-color css
<style>
a { background-color: #121A1E; }
a { background-color: rgb(18,26,30); }
div.DivClassName
{
background-color: #121A1E;
}
.BgClassName
{
background-color: #121A1E;
}
</style>
border-color css
<style>
span { border-color: #121A1E; }
span { border-color: rgb(18,26,30); }
td.TdClassName
{
border-color: #121A1E;
}
.TagClassName
{
border-color: #121A1E;
}
</style>