Shades of Black Pearl #121E26
Tints of Black Pearl #121E26
RGB
CMYK
RGB Variations
Color information
#121E26 (or 0x121E26) is known color: Black Pearl. HEX triplet: 12, 1E and 26. RGB value is (18,30,38). Sum of RGB (Red+Green+Blue) = 18+30+38=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 38 - color contains mainly: blue. Hex color #121E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E26 is #EDE1D9. Grayscale: #1B1B1B. Windows color (decimal): -15589850 or 2498066. OLE color: 2498066.
HSL color Cylindrical-coordinate representation of color #121E26: hue angle of 204º 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 #121E26 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 30 | 38 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.85 |
| HSL | 204º | 0.36% | 0.11% | - |
| HSV(B) | 204º | 0.53% | 0.15% | - |
| XYZ | 1.06 | 1.2 | 2.01 | - |
| YUV | 27.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 38 | 0.53 | 0.21 | 0 | 0.85 | 204 | 0.36 | 0.11 |
| Hex | 12 | 1E | 26 | 35 | 15 | 0 | 55 | CC | 24 | B |
| Octal | 22 | 36 | 46 | 65 | 25 | 0 | 125 | 314 | 44 | 13 |
| Binary | 10010 | 11110 | 100110 | 110101 | 10101 | 0 | 1010101 | 11001100 | 100100 | 1011 |
Color Harmonies of #121E26
Complementary color
Monochromatic Colors of #121E26
Black with #121E26
Text Example
Text Example
White with #121E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E26; }
p { color: rgb(18,30,38); }
H1.HeaderClassName
{
color: #121E26;
}
.AnyTagClassName
{
color: #121E26;
}
</style>
background-color css
<style>
a { background-color: #121E26; }
a { background-color: rgb(18,30,38); }
div.DivClassName
{
background-color: #121E26;
}
.BgClassName
{
background-color: #121E26;
}
</style>
border-color css
<style>
span { border-color: #121E26; }
span { border-color: rgb(18,30,38); }
td.TdClassName
{
border-color: #121E26;
}
.TagClassName
{
border-color: #121E26;
}
</style>