Shades of Black Pearl #111A29
Tints of Black Pearl #111A29
RGB
CMYK
RGB Variations
Color information
#111A29 (or 0x111A29) is known color: Black Pearl. HEX triplet: 11, 1A and 29. RGB value is (17,26,41). Sum of RGB (Red+Green+Blue) = 17+26+41=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #111A29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A29 is #EEE5D6. Grayscale: #181818. Windows color (decimal): -15656407 or 2693649. OLE color: 2693649.
HSL color Cylindrical-coordinate representation of color #111A29: hue angle of 217.5º 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 #111A29 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 26 | 41 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.84 |
| HSL | 217.5º | 0.41% | 0.11% | - |
| HSV(B) | 217.5º | 0.59% | 0.16% | - |
| XYZ | 1 | 1.02 | 2.24 | - |
| YUV | 25.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 41 | 0.59 | 0.37 | 0 | 0.84 | 217.5 | 0.41 | 0.11 |
| Hex | 11 | 1A | 29 | 3B | 25 | 0 | 54 | DA | 29 | B |
| Octal | 21 | 32 | 51 | 73 | 45 | 0 | 124 | 332 | 51 | 13 |
| Binary | 10001 | 11010 | 101001 | 111011 | 100101 | 0 | 1010100 | 11011010 | 101001 | 1011 |
Color Harmonies of #111A29
Complementary color
Monochromatic Colors of #111A29
Black with #111A29
Text Example
Text Example
White with #111A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A29; }
p { color: rgb(17,26,41); }
H1.HeaderClassName
{
color: #111A29;
}
.AnyTagClassName
{
color: #111A29;
}
</style>
background-color css
<style>
a { background-color: #111A29; }
a { background-color: rgb(17,26,41); }
div.DivClassName
{
background-color: #111A29;
}
.BgClassName
{
background-color: #111A29;
}
</style>
border-color css
<style>
span { border-color: #111A29; }
span { border-color: rgb(17,26,41); }
td.TdClassName
{
border-color: #111A29;
}
.TagClassName
{
border-color: #111A29;
}
</style>