Shades of Black Pearl #111E23
Tints of Black Pearl #111E23
RGB
CMYK
RGB Variations
Color information
#111E23 (or 0x111E23) is known color: Black Pearl. HEX triplet: 11, 1E and 23. RGB value is (17,30,35). Sum of RGB (Red+Green+Blue) = 17+30+35=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 30 (12.11% from 255 or 36.59% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #111E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E23 is #EEE1DC. Grayscale: #1A1A1A. Windows color (decimal): -15655389 or 2301457. OLE color: 2301457.
HSL color Cylindrical-coordinate representation of color #111E23: hue angle of 196.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #111E23 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 30 | 35 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.86 |
| HSL | 196.67º | 0.35% | 0.1% | - |
| HSV(B) | 196.67º | 0.51% | 0.14% | - |
| XYZ | 1 | 1.17 | 1.76 | - |
| YUV | 26.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 35 | 0.51 | 0.14 | 0 | 0.86 | 196.67 | 0.35 | 0.1 |
| Hex | 11 | 1E | 23 | 33 | E | 0 | 56 | C5 | 23 | A |
| Octal | 21 | 36 | 43 | 63 | 16 | 0 | 126 | 305 | 43 | 12 |
| Binary | 10001 | 11110 | 100011 | 110011 | 1110 | 0 | 1010110 | 11000101 | 100011 | 1010 |
Color Harmonies of #111E23
Complementary color
Monochromatic Colors of #111E23
Black with #111E23
Text Example
Text Example
White with #111E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E23; }
p { color: rgb(17,30,35); }
H1.HeaderClassName
{
color: #111E23;
}
.AnyTagClassName
{
color: #111E23;
}
</style>
background-color css
<style>
a { background-color: #111E23; }
a { background-color: rgb(17,30,35); }
div.DivClassName
{
background-color: #111E23;
}
.BgClassName
{
background-color: #111E23;
}
</style>
border-color css
<style>
span { border-color: #111E23; }
span { border-color: rgb(17,30,35); }
td.TdClassName
{
border-color: #111E23;
}
.TagClassName
{
border-color: #111E23;
}
</style>