Shades of Black Pearl #121B26
Tints of Black Pearl #121B26
RGB
CMYK
RGB Variations
Color information
#121B26 (or 0x121B26) is known color: Black Pearl. HEX triplet: 12, 1B and 26. RGB value is (18,27,38). Sum of RGB (Red+Green+Blue) = 18+27+38=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #121B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B26 is #EDE4D9. Grayscale: #191919. Windows color (decimal): -15590618 or 2497298. OLE color: 2497298.
HSL color Cylindrical-coordinate representation of color #121B26: hue angle of 213º 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 #121B26 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 27 | 38 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.85 |
| HSL | 213º | 0.36% | 0.11% | - |
| HSV(B) | 213º | 0.53% | 0.15% | - |
| XYZ | 0.99 | 1.05 | 1.98 | - |
| YUV | 25.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 38 | 0.53 | 0.29 | 0 | 0.85 | 213 | 0.36 | 0.11 |
| Hex | 12 | 1B | 26 | 35 | 1D | 0 | 55 | D5 | 24 | B |
| Octal | 22 | 33 | 46 | 65 | 35 | 0 | 125 | 325 | 44 | 13 |
| Binary | 10010 | 11011 | 100110 | 110101 | 11101 | 0 | 1010101 | 11010101 | 100100 | 1011 |
Color Harmonies of #121B26
Complementary color
Monochromatic Colors of #121B26
Black with #121B26
Text Example
Text Example
White with #121B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B26; }
p { color: rgb(18,27,38); }
H1.HeaderClassName
{
color: #121B26;
}
.AnyTagClassName
{
color: #121B26;
}
</style>
background-color css
<style>
a { background-color: #121B26; }
a { background-color: rgb(18,27,38); }
div.DivClassName
{
background-color: #121B26;
}
.BgClassName
{
background-color: #121B26;
}
</style>
border-color css
<style>
span { border-color: #121B26; }
span { border-color: rgb(18,27,38); }
td.TdClassName
{
border-color: #121B26;
}
.TagClassName
{
border-color: #121B26;
}
</style>