Shades of Black Pearl #111519
Tints of Black Pearl #111519
RGB
CMYK
RGB Variations
Color information
#111519 (or 0x111519) is known color: Black Pearl. HEX triplet: 11, 15 and 19. RGB value is (17,21,25). Sum of RGB (Red+Green+Blue) = 17+21+25=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 25 - color contains mainly: blue. Hex color #111519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111519 is #EEEAE6. Grayscale: #141414. Windows color (decimal): -15657703 or 1643793. OLE color: 1643793.
HSL color Cylindrical-coordinate representation of color #111519: hue angle of 210º 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 #111519 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 17 | 21 | 25 | - |
CMYK | 0.32 | 0.16 | 0 | 0.90 |
HSL | 210º | 0.19% | 0.08% | - |
HSV(B) | 210º | 0.32% | 0.1% | - |
XYZ | 0.67 | 0.73 | 1.02 | - |
YUV | 20.26 | 130.67 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 21 | 25 | 0.32 | 0.16 | 0 | 0.90 | 210 | 0.19 | 0.08 |
Hex | 11 | 15 | 19 | 20 | 10 | 0 | 5A | D2 | 13 | 8 |
Octal | 21 | 25 | 31 | 40 | 20 | 0 | 132 | 322 | 23 | 10 |
Binary | 10001 | 10101 | 11001 | 100000 | 10000 | 0 | 1011010 | 11010010 | 10011 | 1000 |
Color Harmonies of #111519
Complementary color
Monochromatic Colors of #111519
Black with #111519
Text Example
Text Example
White with #111519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111519; }
p { color: rgb(17,21,25); }
H1.HeaderClassName
{
color: #111519;
}
.AnyTagClassName
{
color: #111519;
}
</style>
background-color css
<style>
a { background-color: #111519; }
a { background-color: rgb(17,21,25); }
div.DivClassName
{
background-color: #111519;
}
.BgClassName
{
background-color: #111519;
}
</style>
border-color css
<style>
span { border-color: #111519; }
span { border-color: rgb(17,21,25); }
td.TdClassName
{
border-color: #111519;
}
.TagClassName
{
border-color: #111519;
}
</style>