Shades of Black Pearl #111619
Tints of Black Pearl #111619
RGB
CMYK
RGB Variations
Color information
#111619 (or 0x111619) is known color: Black Pearl. HEX triplet: 11, 16 and 19. RGB value is (17,22,25). Sum of RGB (Red+Green+Blue) = 17+22+25=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #111619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111619 is #EEE9E6. Grayscale: #141414. Windows color (decimal): -15657447 or 1644049. OLE color: 1644049.
HSL color Cylindrical-coordinate representation of color #111619: hue angle of 202.5º 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 #111619 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 22 | 25 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.90 |
| HSL | 202.5º | 0.19% | 0.08% | - |
| HSV(B) | 202.5º | 0.32% | 0.1% | - |
| XYZ | 0.69 | 0.76 | 1.03 | - |
| YUV | 20.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 25 | 0.32 | 0.12 | 0 | 0.90 | 202.5 | 0.19 | 0.08 |
| Hex | 11 | 16 | 19 | 20 | C | 0 | 5A | CA | 13 | 8 |
| Octal | 21 | 26 | 31 | 40 | 14 | 0 | 132 | 312 | 23 | 10 |
| Binary | 10001 | 10110 | 11001 | 100000 | 1100 | 0 | 1011010 | 11001010 | 10011 | 1000 |
Color Harmonies of #111619
Complementary color
Monochromatic Colors of #111619
Black with #111619
Text Example
Text Example
White with #111619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111619; }
p { color: rgb(17,22,25); }
H1.HeaderClassName
{
color: #111619;
}
.AnyTagClassName
{
color: #111619;
}
</style>
background-color css
<style>
a { background-color: #111619; }
a { background-color: rgb(17,22,25); }
div.DivClassName
{
background-color: #111619;
}
.BgClassName
{
background-color: #111619;
}
</style>
border-color css
<style>
span { border-color: #111619; }
span { border-color: rgb(17,22,25); }
td.TdClassName
{
border-color: #111619;
}
.TagClassName
{
border-color: #111619;
}
</style>