Shades of Black Pearl #111926
Tints of Black Pearl #111926
RGB
CMYK
RGB Variations
Color information
#111926 (or 0x111926) is known color: Black Pearl. HEX triplet: 11, 19 and 26. RGB value is (17,25,38). Sum of RGB (Red+Green+Blue) = 17+25+38=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #111926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111926 is #EEE6D9. Grayscale: #181818. Windows color (decimal): -15656666 or 2496785. OLE color: 2496785.
HSL color Cylindrical-coordinate representation of color #111926: hue angle of 217.14º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #111926 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 25 | 38 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.85 |
| HSL | 217.14º | 0.38% | 0.11% | - |
| HSV(B) | 217.14º | 0.55% | 0.15% | - |
| XYZ | 0.93 | 0.95 | 1.97 | - |
| YUV | 24.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 38 | 0.55 | 0.34 | 0 | 0.85 | 217.14 | 0.38 | 0.11 |
| Hex | 11 | 19 | 26 | 37 | 22 | 0 | 55 | D9 | 26 | B |
| Octal | 21 | 31 | 46 | 67 | 42 | 0 | 125 | 331 | 46 | 13 |
| Binary | 10001 | 11001 | 100110 | 110111 | 100010 | 0 | 1010101 | 11011001 | 100110 | 1011 |
Color Harmonies of #111926
Complementary color
Monochromatic Colors of #111926
Black with #111926
Text Example
Text Example
White with #111926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111926; }
p { color: rgb(17,25,38); }
H1.HeaderClassName
{
color: #111926;
}
.AnyTagClassName
{
color: #111926;
}
</style>
background-color css
<style>
a { background-color: #111926; }
a { background-color: rgb(17,25,38); }
div.DivClassName
{
background-color: #111926;
}
.BgClassName
{
background-color: #111926;
}
</style>
border-color css
<style>
span { border-color: #111926; }
span { border-color: rgb(17,25,38); }
td.TdClassName
{
border-color: #111926;
}
.TagClassName
{
border-color: #111926;
}
</style>