Shades of Black Pearl #111F29
Tints of Black Pearl #111F29
RGB
CMYK
RGB Variations
Color information
#111F29 (or 0x111F29) is known color: Black Pearl. HEX triplet: 11, 1F and 29. RGB value is (17,31,41). Sum of RGB (Red+Green+Blue) = 17+31+41=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #111F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F29 is #EEE0D6. Grayscale: #1B1B1B. Windows color (decimal): -15655127 or 2694929. OLE color: 2694929.
HSL color Cylindrical-coordinate representation of color #111F29: hue angle of 205º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #111F29 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 31 | 41 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.84 |
| HSL | 205º | 0.41% | 0.11% | - |
| HSV(B) | 205º | 0.59% | 0.16% | - |
| XYZ | 1.12 | 1.26 | 2.28 | - |
| YUV | 27.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 41 | 0.59 | 0.24 | 0 | 0.84 | 205 | 0.41 | 0.11 |
| Hex | 11 | 1F | 29 | 3B | 18 | 0 | 54 | CD | 29 | B |
| Octal | 21 | 37 | 51 | 73 | 30 | 0 | 124 | 315 | 51 | 13 |
| Binary | 10001 | 11111 | 101001 | 111011 | 11000 | 0 | 1010100 | 11001101 | 101001 | 1011 |
Color Harmonies of #111F29
Complementary color
Monochromatic Colors of #111F29
Black with #111F29
Text Example
Text Example
White with #111F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F29; }
p { color: rgb(17,31,41); }
H1.HeaderClassName
{
color: #111F29;
}
.AnyTagClassName
{
color: #111F29;
}
</style>
background-color css
<style>
a { background-color: #111F29; }
a { background-color: rgb(17,31,41); }
div.DivClassName
{
background-color: #111F29;
}
.BgClassName
{
background-color: #111F29;
}
</style>
border-color css
<style>
span { border-color: #111F29; }
span { border-color: rgb(17,31,41); }
td.TdClassName
{
border-color: #111F29;
}
.TagClassName
{
border-color: #111F29;
}
</style>