Shades of Black Pearl #111C26
Tints of Black Pearl #111C26
RGB
CMYK
RGB Variations
Color information
#111C26 (or 0x111C26) is known color: Black Pearl. HEX triplet: 11, 1C and 26. RGB value is (17,28,38). Sum of RGB (Red+Green+Blue) = 17+28+38=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 28 (11.33% from 255 or 33.73% 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 #111C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C26 is #EEE3D9. Grayscale: #191919. Windows color (decimal): -15655898 or 2497553. OLE color: 2497553.
HSL color Cylindrical-coordinate representation of color #111C26: hue angle of 208.57º 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 #111C26 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 28 | 38 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.85 |
| HSL | 208.57º | 0.38% | 0.11% | - |
| HSV(B) | 208.57º | 0.55% | 0.15% | - |
| XYZ | 1 | 1.09 | 1.99 | - |
| YUV | 25.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 38 | 0.55 | 0.26 | 0 | 0.85 | 208.57 | 0.38 | 0.11 |
| Hex | 11 | 1C | 26 | 37 | 1A | 0 | 55 | D1 | 26 | B |
| Octal | 21 | 34 | 46 | 67 | 32 | 0 | 125 | 321 | 46 | 13 |
| Binary | 10001 | 11100 | 100110 | 110111 | 11010 | 0 | 1010101 | 11010001 | 100110 | 1011 |
Color Harmonies of #111C26
Complementary color
Monochromatic Colors of #111C26
Black with #111C26
Text Example
Text Example
White with #111C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C26; }
p { color: rgb(17,28,38); }
H1.HeaderClassName
{
color: #111C26;
}
.AnyTagClassName
{
color: #111C26;
}
</style>
background-color css
<style>
a { background-color: #111C26; }
a { background-color: rgb(17,28,38); }
div.DivClassName
{
background-color: #111C26;
}
.BgClassName
{
background-color: #111C26;
}
</style>
border-color css
<style>
span { border-color: #111C26; }
span { border-color: rgb(17,28,38); }
td.TdClassName
{
border-color: #111C26;
}
.TagClassName
{
border-color: #111C26;
}
</style>