Shades of Black Pearl #11191E
Tints of Black Pearl #11191E
RGB
CMYK
RGB Variations
Color information
#11191E (or 0x11191E) is known color: Black Pearl. HEX triplet: 11, 19 and 1E. RGB value is (17,25,30). Sum of RGB (Red+Green+Blue) = 17+25+30=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 25 (10.16% from 255 or 34.72% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #11191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11191E is #EEE6E1. Grayscale: #171717. Windows color (decimal): -15656674 or 1972497. OLE color: 1972497.
HSL color Cylindrical-coordinate representation of color #11191E: hue angle of 203.08º 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 #11191E is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 25 | 30 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.88 |
| HSL | 203.08º | 0.28% | 0.09% | - |
| HSV(B) | 203.08º | 0.43% | 0.12% | - |
| XYZ | 0.81 | 0.91 | 1.36 | - |
| YUV | 23.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 30 | 0.43 | 0.17 | 0 | 0.88 | 203.08 | 0.28 | 0.09 |
| Hex | 11 | 19 | 1E | 2B | 11 | 0 | 58 | CB | 1C | 9 |
| Octal | 21 | 31 | 36 | 53 | 21 | 0 | 130 | 313 | 34 | 11 |
| Binary | 10001 | 11001 | 11110 | 101011 | 10001 | 0 | 1011000 | 11001011 | 11100 | 1001 |
Color Harmonies of #11191E
Complementary color
Monochromatic Colors of #11191E
Black with #11191E
Text Example
Text Example
White with #11191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11191E; }
p { color: rgb(17,25,30); }
H1.HeaderClassName
{
color: #11191E;
}
.AnyTagClassName
{
color: #11191E;
}
</style>
background-color css
<style>
a { background-color: #11191E; }
a { background-color: rgb(17,25,30); }
div.DivClassName
{
background-color: #11191E;
}
.BgClassName
{
background-color: #11191E;
}
</style>
border-color css
<style>
span { border-color: #11191E; }
span { border-color: rgb(17,25,30); }
td.TdClassName
{
border-color: #11191E;
}
.TagClassName
{
border-color: #11191E;
}
</style>