Shades of Black Pearl #111A1D
Tints of Black Pearl #111A1D
RGB
CMYK
RGB Variations
Color information
#111A1D (or 0x111A1D) is known color: Black Pearl. HEX triplet: 11, 1A and 1D. RGB value is (17,26,29). Sum of RGB (Red+Green+Blue) = 17+26+29=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #111A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A1D is #EEE5E2. Grayscale: #171717. Windows color (decimal): -15656419 or 1907217. OLE color: 1907217.
HSL color Cylindrical-coordinate representation of color #111A1D: hue angle of 195º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #111A1D is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 26 | 29 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.89 |
| HSL | 195º | 0.26% | 0.09% | - |
| HSV(B) | 195º | 0.41% | 0.11% | - |
| XYZ | 0.82 | 0.95 | 1.3 | - |
| YUV | 23.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 29 | 0.41 | 0.10 | 0 | 0.89 | 195 | 0.26 | 0.09 |
| Hex | 11 | 1A | 1D | 29 | A | 0 | 59 | C3 | 1A | 9 |
| Octal | 21 | 32 | 35 | 51 | 12 | 0 | 131 | 303 | 32 | 11 |
| Binary | 10001 | 11010 | 11101 | 101001 | 1010 | 0 | 1011001 | 11000011 | 11010 | 1001 |
Color Harmonies of #111A1D
Complementary color
Monochromatic Colors of #111A1D
Black with #111A1D
Text Example
Text Example
White with #111A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A1D; }
p { color: rgb(17,26,29); }
H1.HeaderClassName
{
color: #111A1D;
}
.AnyTagClassName
{
color: #111A1D;
}
</style>
background-color css
<style>
a { background-color: #111A1D; }
a { background-color: rgb(17,26,29); }
div.DivClassName
{
background-color: #111A1D;
}
.BgClassName
{
background-color: #111A1D;
}
</style>
border-color css
<style>
span { border-color: #111A1D; }
span { border-color: rgb(17,26,29); }
td.TdClassName
{
border-color: #111A1D;
}
.TagClassName
{
border-color: #111A1D;
}
</style>