Shades of Black Pearl #111E26
Tints of Black Pearl #111E26
RGB
CMYK
RGB Variations
Color information
#111E26 (or 0x111E26) is known color: Black Pearl. HEX triplet: 11, 1E and 26. RGB value is (17,30,38). Sum of RGB (Red+Green+Blue) = 17+30+38=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #111E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E26 is #EEE1D9. Grayscale: #1A1A1A. Windows color (decimal): -15655386 or 2498065. OLE color: 2498065.
HSL color Cylindrical-coordinate representation of color #111E26: hue angle of 202.86º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #111E26 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 30 | 38 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.85 |
| HSL | 202.86º | 0.38% | 0.11% | - |
| HSV(B) | 202.86º | 0.55% | 0.15% | - |
| XYZ | 1.05 | 1.19 | 2.01 | - |
| YUV | 27.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 38 | 0.55 | 0.21 | 0 | 0.85 | 202.86 | 0.38 | 0.11 |
| Hex | 11 | 1E | 26 | 37 | 15 | 0 | 55 | CB | 26 | B |
| Octal | 21 | 36 | 46 | 67 | 25 | 0 | 125 | 313 | 46 | 13 |
| Binary | 10001 | 11110 | 100110 | 110111 | 10101 | 0 | 1010101 | 11001011 | 100110 | 1011 |
Color Harmonies of #111E26
Complementary color
Monochromatic Colors of #111E26
Black with #111E26
Text Example
Text Example
White with #111E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E26; }
p { color: rgb(17,30,38); }
H1.HeaderClassName
{
color: #111E26;
}
.AnyTagClassName
{
color: #111E26;
}
</style>
background-color css
<style>
a { background-color: #111E26; }
a { background-color: rgb(17,30,38); }
div.DivClassName
{
background-color: #111E26;
}
.BgClassName
{
background-color: #111E26;
}
</style>
border-color css
<style>
span { border-color: #111E26; }
span { border-color: rgb(17,30,38); }
td.TdClassName
{
border-color: #111E26;
}
.TagClassName
{
border-color: #111E26;
}
</style>