Shades of Black Pearl #111D26
Tints of Black Pearl #111D26
RGB
CMYK
RGB Variations
Color information
#111D26 (or 0x111D26) is known color: Black Pearl. HEX triplet: 11, 1D and 26. RGB value is (17,29,38). Sum of RGB (Red+Green+Blue) = 17+29+38=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #111D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D26 is #EEE2D9. Grayscale: #1A1A1A. Windows color (decimal): -15655642 or 2497809. OLE color: 2497809.
HSL color Cylindrical-coordinate representation of color #111D26: hue angle of 205.71º 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 #111D26 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 29 | 38 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.85 |
| HSL | 205.71º | 0.38% | 0.11% | - |
| HSV(B) | 205.71º | 0.55% | 0.15% | - |
| XYZ | 1.02 | 1.14 | 2 | - |
| YUV | 26.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 38 | 0.55 | 0.24 | 0 | 0.85 | 205.71 | 0.38 | 0.11 |
| Hex | 11 | 1D | 26 | 37 | 18 | 0 | 55 | CE | 26 | B |
| Octal | 21 | 35 | 46 | 67 | 30 | 0 | 125 | 316 | 46 | 13 |
| Binary | 10001 | 11101 | 100110 | 110111 | 11000 | 0 | 1010101 | 11001110 | 100110 | 1011 |
Color Harmonies of #111D26
Complementary color
Monochromatic Colors of #111D26
Black with #111D26
Text Example
Text Example
White with #111D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D26; }
p { color: rgb(17,29,38); }
H1.HeaderClassName
{
color: #111D26;
}
.AnyTagClassName
{
color: #111D26;
}
</style>
background-color css
<style>
a { background-color: #111D26; }
a { background-color: rgb(17,29,38); }
div.DivClassName
{
background-color: #111D26;
}
.BgClassName
{
background-color: #111D26;
}
</style>
border-color css
<style>
span { border-color: #111D26; }
span { border-color: rgb(17,29,38); }
td.TdClassName
{
border-color: #111D26;
}
.TagClassName
{
border-color: #111D26;
}
</style>