Shades of Black Pearl #111D29
Tints of Black Pearl #111D29
RGB
CMYK
RGB Variations
Color information
#111D29 (or 0x111D29) is known color: Black Pearl. HEX triplet: 11, 1D and 29. RGB value is (17,29,41). Sum of RGB (Red+Green+Blue) = 17+29+41=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: blue. Hex color #111D29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D29 is #EEE2D6. Grayscale: #1A1A1A. Windows color (decimal): -15655639 or 2694417. OLE color: 2694417.
HSL color Cylindrical-coordinate representation of color #111D29: hue angle of 210º 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 #111D29 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 29 | 41 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.84 |
| HSL | 210º | 0.41% | 0.11% | - |
| HSV(B) | 210º | 0.59% | 0.16% | - |
| XYZ | 1.07 | 1.16 | 2.26 | - |
| YUV | 26.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 41 | 0.59 | 0.29 | 0 | 0.84 | 210 | 0.41 | 0.11 |
| Hex | 11 | 1D | 29 | 3B | 1D | 0 | 54 | D2 | 29 | B |
| Octal | 21 | 35 | 51 | 73 | 35 | 0 | 124 | 322 | 51 | 13 |
| Binary | 10001 | 11101 | 101001 | 111011 | 11101 | 0 | 1010100 | 11010010 | 101001 | 1011 |
Color Harmonies of #111D29
Complementary color
Monochromatic Colors of #111D29
Black with #111D29
Text Example
Text Example
White with #111D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D29; }
p { color: rgb(17,29,41); }
H1.HeaderClassName
{
color: #111D29;
}
.AnyTagClassName
{
color: #111D29;
}
</style>
background-color css
<style>
a { background-color: #111D29; }
a { background-color: rgb(17,29,41); }
div.DivClassName
{
background-color: #111D29;
}
.BgClassName
{
background-color: #111D29;
}
</style>
border-color css
<style>
span { border-color: #111D29; }
span { border-color: rgb(17,29,41); }
td.TdClassName
{
border-color: #111D29;
}
.TagClassName
{
border-color: #111D29;
}
</style>