Shades of Black Pearl #111A1E
Tints of Black Pearl #111A1E
RGB
CMYK
RGB Variations
Color information
#111A1E (or 0x111A1E) is known color: Black Pearl. HEX triplet: 11, 1A and 1E. RGB value is (17,26,30). Sum of RGB (Red+Green+Blue) = 17+26+30=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #111A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A1E is #EEE5E1. Grayscale: #171717. Windows color (decimal): -15656418 or 1972753. OLE color: 1972753.
HSL color Cylindrical-coordinate representation of color #111A1E: hue angle of 198.46º 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 #111A1E is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 26 | 30 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.88 |
| HSL | 198.46º | 0.28% | 0.09% | - |
| HSV(B) | 198.46º | 0.43% | 0.12% | - |
| XYZ | 0.83 | 0.95 | 1.37 | - |
| YUV | 23.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 30 | 0.43 | 0.13 | 0 | 0.88 | 198.46 | 0.28 | 0.09 |
| Hex | 11 | 1A | 1E | 2B | D | 0 | 58 | C6 | 1C | 9 |
| Octal | 21 | 32 | 36 | 53 | 15 | 0 | 130 | 306 | 34 | 11 |
| Binary | 10001 | 11010 | 11110 | 101011 | 1101 | 0 | 1011000 | 11000110 | 11100 | 1001 |
Color Harmonies of #111A1E
Complementary color
Monochromatic Colors of #111A1E
Black with #111A1E
Text Example
Text Example
White with #111A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A1E; }
p { color: rgb(17,26,30); }
H1.HeaderClassName
{
color: #111A1E;
}
.AnyTagClassName
{
color: #111A1E;
}
</style>
background-color css
<style>
a { background-color: #111A1E; }
a { background-color: rgb(17,26,30); }
div.DivClassName
{
background-color: #111A1E;
}
.BgClassName
{
background-color: #111A1E;
}
</style>
border-color css
<style>
span { border-color: #111A1E; }
span { border-color: rgb(17,26,30); }
td.TdClassName
{
border-color: #111A1E;
}
.TagClassName
{
border-color: #111A1E;
}
</style>