Shades of Black Pearl #111719
Tints of Black Pearl #111719
RGB
CMYK
RGB Variations
Color information
#111719 (or 0x111719) is known color: Black Pearl. HEX triplet: 11, 17 and 19. RGB value is (17,23,25). Sum of RGB (Red+Green+Blue) = 17+23+25=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 25 - color contains mainly: blue. Hex color #111719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111719 is #EEE8E6. Grayscale: #151515. Windows color (decimal): -15657191 or 1644305. OLE color: 1644305.
HSL color Cylindrical-coordinate representation of color #111719: hue angle of 195º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111719 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 23 | 25 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.90 |
| HSL | 195º | 0.19% | 0.08% | - |
| HSV(B) | 195º | 0.32% | 0.1% | - |
| XYZ | 0.71 | 0.8 | 1.04 | - |
| YUV | 21.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 25 | 0.32 | 0.08 | 0 | 0.90 | 195 | 0.19 | 0.08 |
| Hex | 11 | 17 | 19 | 20 | 8 | 0 | 5A | C3 | 13 | 8 |
| Octal | 21 | 27 | 31 | 40 | 10 | 0 | 132 | 303 | 23 | 10 |
| Binary | 10001 | 10111 | 11001 | 100000 | 1000 | 0 | 1011010 | 11000011 | 10011 | 1000 |
Color Harmonies of #111719
Complementary color
Monochromatic Colors of #111719
Black with #111719
Text Example
Text Example
White with #111719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111719; }
p { color: rgb(17,23,25); }
H1.HeaderClassName
{
color: #111719;
}
.AnyTagClassName
{
color: #111719;
}
</style>
background-color css
<style>
a { background-color: #111719; }
a { background-color: rgb(17,23,25); }
div.DivClassName
{
background-color: #111719;
}
.BgClassName
{
background-color: #111719;
}
</style>
border-color css
<style>
span { border-color: #111719; }
span { border-color: rgb(17,23,25); }
td.TdClassName
{
border-color: #111719;
}
.TagClassName
{
border-color: #111719;
}
</style>