Shades of Black Pearl #111B1E
Tints of Black Pearl #111B1E
RGB
CMYK
RGB Variations
Color information
#111B1E (or 0x111B1E) is known color: Black Pearl. HEX triplet: 11, 1B and 1E. RGB value is (17,27,30). Sum of RGB (Red+Green+Blue) = 17+27+30=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #111B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B1E is #EEE4E1. Grayscale: #181818. Windows color (decimal): -15656162 or 1973009. OLE color: 1973009.
HSL color Cylindrical-coordinate representation of color #111B1E: hue angle of 193.85º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #111B1E is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 27 | 30 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.88 |
| HSL | 193.85º | 0.28% | 0.09% | - |
| HSV(B) | 193.85º | 0.43% | 0.12% | - |
| XYZ | 0.86 | 1 | 1.38 | - |
| YUV | 24.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 30 | 0.43 | 0.10 | 0 | 0.88 | 193.85 | 0.28 | 0.09 |
| Hex | 11 | 1B | 1E | 2B | A | 0 | 58 | C2 | 1C | 9 |
| Octal | 21 | 33 | 36 | 53 | 12 | 0 | 130 | 302 | 34 | 11 |
| Binary | 10001 | 11011 | 11110 | 101011 | 1010 | 0 | 1011000 | 11000010 | 11100 | 1001 |
Color Harmonies of #111B1E
Complementary color
Monochromatic Colors of #111B1E
Black with #111B1E
Text Example
Text Example
White with #111B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B1E; }
p { color: rgb(17,27,30); }
H1.HeaderClassName
{
color: #111B1E;
}
.AnyTagClassName
{
color: #111B1E;
}
</style>
background-color css
<style>
a { background-color: #111B1E; }
a { background-color: rgb(17,27,30); }
div.DivClassName
{
background-color: #111B1E;
}
.BgClassName
{
background-color: #111B1E;
}
</style>
border-color css
<style>
span { border-color: #111B1E; }
span { border-color: rgb(17,27,30); }
td.TdClassName
{
border-color: #111B1E;
}
.TagClassName
{
border-color: #111B1E;
}
</style>