Shades of Black Pearl #121A26
Tints of Black Pearl #121A26
RGB
CMYK
RGB Variations
Color information
#121A26 (or 0x121A26) is known color: Black Pearl. HEX triplet: 12, 1A and 26. RGB value is (18,26,38). Sum of RGB (Red+Green+Blue) = 18+26+38=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #121A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A26 is #EDE5D9. Grayscale: #181818. Windows color (decimal): -15590874 or 2497042. OLE color: 2497042.
HSL color Cylindrical-coordinate representation of color #121A26: hue angle of 216º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #121A26 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 26 | 38 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.85 |
| HSL | 216º | 0.36% | 0.11% | - |
| HSV(B) | 216º | 0.53% | 0.15% | - |
| XYZ | 0.97 | 1.01 | 1.98 | - |
| YUV | 24.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 38 | 0.53 | 0.32 | 0 | 0.85 | 216 | 0.36 | 0.11 |
| Hex | 12 | 1A | 26 | 35 | 20 | 0 | 55 | D8 | 24 | B |
| Octal | 22 | 32 | 46 | 65 | 40 | 0 | 125 | 330 | 44 | 13 |
| Binary | 10010 | 11010 | 100110 | 110101 | 100000 | 0 | 1010101 | 11011000 | 100100 | 1011 |
Color Harmonies of #121A26
Complementary color
Monochromatic Colors of #121A26
Black with #121A26
Text Example
Text Example
White with #121A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A26; }
p { color: rgb(18,26,38); }
H1.HeaderClassName
{
color: #121A26;
}
.AnyTagClassName
{
color: #121A26;
}
</style>
background-color css
<style>
a { background-color: #121A26; }
a { background-color: rgb(18,26,38); }
div.DivClassName
{
background-color: #121A26;
}
.BgClassName
{
background-color: #121A26;
}
</style>
border-color css
<style>
span { border-color: #121A26; }
span { border-color: rgb(18,26,38); }
td.TdClassName
{
border-color: #121A26;
}
.TagClassName
{
border-color: #121A26;
}
</style>