Shades of Black Pearl #111B29
Tints of Black Pearl #111B29
RGB
CMYK
RGB Variations
Color information
#111B29 (or 0x111B29) is known color: Black Pearl. HEX triplet: 11, 1B and 29. RGB value is (17,27,41). Sum of RGB (Red+Green+Blue) = 17+27+41=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #111B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B29 is #EEE4D6. Grayscale: #191919. Windows color (decimal): -15656151 or 2693905. OLE color: 2693905.
HSL color Cylindrical-coordinate representation of color #111B29: hue angle of 215º 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 #111B29 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 27 | 41 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.84 |
| HSL | 215º | 0.41% | 0.11% | - |
| HSV(B) | 215º | 0.59% | 0.16% | - |
| XYZ | 1.02 | 1.06 | 2.25 | - |
| YUV | 25.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 41 | 0.59 | 0.34 | 0 | 0.84 | 215 | 0.41 | 0.11 |
| Hex | 11 | 1B | 29 | 3B | 22 | 0 | 54 | D7 | 29 | B |
| Octal | 21 | 33 | 51 | 73 | 42 | 0 | 124 | 327 | 51 | 13 |
| Binary | 10001 | 11011 | 101001 | 111011 | 100010 | 0 | 1010100 | 11010111 | 101001 | 1011 |
Color Harmonies of #111B29
Complementary color
Monochromatic Colors of #111B29
Black with #111B29
Text Example
Text Example
White with #111B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B29; }
p { color: rgb(17,27,41); }
H1.HeaderClassName
{
color: #111B29;
}
.AnyTagClassName
{
color: #111B29;
}
</style>
background-color css
<style>
a { background-color: #111B29; }
a { background-color: rgb(17,27,41); }
div.DivClassName
{
background-color: #111B29;
}
.BgClassName
{
background-color: #111B29;
}
</style>
border-color css
<style>
span { border-color: #111B29; }
span { border-color: rgb(17,27,41); }
td.TdClassName
{
border-color: #111B29;
}
.TagClassName
{
border-color: #111B29;
}
</style>