Shades of Black Pearl #11191D
Tints of Black Pearl #11191D
RGB
CMYK
RGB Variations
Color information
#11191D (or 0x11191D) is known color: Black Pearl. HEX triplet: 11, 19 and 1D. RGB value is (17,25,29). Sum of RGB (Red+Green+Blue) = 17+25+29=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #11191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11191D is #EEE6E2. Grayscale: #171717. Windows color (decimal): -15656675 or 1906961. OLE color: 1906961.
HSL color Cylindrical-coordinate representation of color #11191D: hue angle of 200º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #11191D is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 25 | 29 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.89 |
| HSL | 200º | 0.26% | 0.09% | - |
| HSV(B) | 200º | 0.41% | 0.11% | - |
| XYZ | 0.8 | 0.9 | 1.29 | - |
| YUV | 23.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 29 | 0.41 | 0.14 | 0 | 0.89 | 200 | 0.26 | 0.09 |
| Hex | 11 | 19 | 1D | 29 | E | 0 | 59 | C8 | 1A | 9 |
| Octal | 21 | 31 | 35 | 51 | 16 | 0 | 131 | 310 | 32 | 11 |
| Binary | 10001 | 11001 | 11101 | 101001 | 1110 | 0 | 1011001 | 11001000 | 11010 | 1001 |
Color Harmonies of #11191D
Complementary color
Monochromatic Colors of #11191D
Black with #11191D
Text Example
Text Example
White with #11191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11191D; }
p { color: rgb(17,25,29); }
H1.HeaderClassName
{
color: #11191D;
}
.AnyTagClassName
{
color: #11191D;
}
</style>
background-color css
<style>
a { background-color: #11191D; }
a { background-color: rgb(17,25,29); }
div.DivClassName
{
background-color: #11191D;
}
.BgClassName
{
background-color: #11191D;
}
</style>
border-color css
<style>
span { border-color: #11191D; }
span { border-color: rgb(17,25,29); }
td.TdClassName
{
border-color: #11191D;
}
.TagClassName
{
border-color: #11191D;
}
</style>