Shades of Black Pearl #111B1C
Tints of Black Pearl #111B1C
RGB
CMYK
RGB Variations
Color information
#111B1C (or 0x111B1C) is known color: Black Pearl. HEX triplet: 11, 1B and 1C. RGB value is (17,27,28). Sum of RGB (Red+Green+Blue) = 17+27+28=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #111B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B1C is #EEE4E3. Grayscale: #181818. Windows color (decimal): -15656164 or 1841937. OLE color: 1841937.
HSL color Cylindrical-coordinate representation of color #111B1C: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #111B1C is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 28 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.89 |
| HSL | 185.45º | 0.24% | 0.09% | - |
| HSV(B) | 185.45º | 0.39% | 0.11% | - |
| XYZ | 0.83 | 0.99 | 1.25 | - |
| YUV | 24.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 28 | 0.39 | 0.04 | 0 | 0.89 | 185.45 | 0.24 | 0.09 |
| Hex | 11 | 1B | 1C | 27 | 4 | 0 | 59 | B9 | 18 | 9 |
| Octal | 21 | 33 | 34 | 47 | 4 | 0 | 131 | 271 | 30 | 11 |
| Binary | 10001 | 11011 | 11100 | 100111 | 100 | 0 | 1011001 | 10111001 | 11000 | 1001 |
Color Harmonies of #111B1C
Complementary color
Monochromatic Colors of #111B1C
Black with #111B1C
Text Example
Text Example
White with #111B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B1C; }
p { color: rgb(17,27,28); }
H1.HeaderClassName
{
color: #111B1C;
}
.AnyTagClassName
{
color: #111B1C;
}
</style>
background-color css
<style>
a { background-color: #111B1C; }
a { background-color: rgb(17,27,28); }
div.DivClassName
{
background-color: #111B1C;
}
.BgClassName
{
background-color: #111B1C;
}
</style>
border-color css
<style>
span { border-color: #111B1C; }
span { border-color: rgb(17,27,28); }
td.TdClassName
{
border-color: #111B1C;
}
.TagClassName
{
border-color: #111B1C;
}
</style>