Shades of Black Pearl #111B24
Tints of Black Pearl #111B24
RGB
CMYK
RGB Variations
Color information
#111B24 (or 0x111B24) is known color: Black Pearl. HEX triplet: 11, 1B and 24. RGB value is (17,27,36). Sum of RGB (Red+Green+Blue) = 17+27+36=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 36 - color contains mainly: blue. Hex color #111B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B24 is #EEE4DB. Grayscale: #181818. Windows color (decimal): -15656156 or 2366225. OLE color: 2366225.
HSL color Cylindrical-coordinate representation of color #111B24: hue angle of 208.42º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #111B24 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 27 | 36 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.86 |
| HSL | 208.42º | 0.36% | 0.1% | - |
| HSV(B) | 208.42º | 0.53% | 0.14% | - |
| XYZ | 0.94 | 1.03 | 1.82 | - |
| YUV | 25.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 36 | 0.53 | 0.25 | 0 | 0.86 | 208.42 | 0.36 | 0.1 |
| Hex | 11 | 1B | 24 | 35 | 19 | 0 | 56 | D0 | 24 | A |
| Octal | 21 | 33 | 44 | 65 | 31 | 0 | 126 | 320 | 44 | 12 |
| Binary | 10001 | 11011 | 100100 | 110101 | 11001 | 0 | 1010110 | 11010000 | 100100 | 1010 |
Color Harmonies of #111B24
Complementary color
Monochromatic Colors of #111B24
Black with #111B24
Text Example
Text Example
White with #111B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B24; }
p { color: rgb(17,27,36); }
H1.HeaderClassName
{
color: #111B24;
}
.AnyTagClassName
{
color: #111B24;
}
</style>
background-color css
<style>
a { background-color: #111B24; }
a { background-color: rgb(17,27,36); }
div.DivClassName
{
background-color: #111B24;
}
.BgClassName
{
background-color: #111B24;
}
</style>
border-color css
<style>
span { border-color: #111B24; }
span { border-color: rgb(17,27,36); }
td.TdClassName
{
border-color: #111B24;
}
.TagClassName
{
border-color: #111B24;
}
</style>