Shades of Black Pearl #111F24
Tints of Black Pearl #111F24
RGB
CMYK
RGB Variations
Color information
#111F24 (or 0x111F24) is known color: Black Pearl. HEX triplet: 11, 1F and 24. RGB value is (17,31,36). Sum of RGB (Red+Green+Blue) = 17+31+36=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #111F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F24 is #EEE0DB. Grayscale: #1B1B1B. Windows color (decimal): -15655132 or 2367249. OLE color: 2367249.
HSL color Cylindrical-coordinate representation of color #111F24: hue angle of 195.79º 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 #111F24 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 31 | 36 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.86 |
| HSL | 195.79º | 0.36% | 0.1% | - |
| HSV(B) | 195.79º | 0.53% | 0.14% | - |
| XYZ | 1.04 | 1.23 | 1.85 | - |
| YUV | 27.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 36 | 0.53 | 0.14 | 0 | 0.86 | 195.79 | 0.36 | 0.1 |
| Hex | 11 | 1F | 24 | 35 | E | 0 | 56 | C4 | 24 | A |
| Octal | 21 | 37 | 44 | 65 | 16 | 0 | 126 | 304 | 44 | 12 |
| Binary | 10001 | 11111 | 100100 | 110101 | 1110 | 0 | 1010110 | 11000100 | 100100 | 1010 |
Color Harmonies of #111F24
Complementary color
Monochromatic Colors of #111F24
Black with #111F24
Text Example
Text Example
White with #111F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F24; }
p { color: rgb(17,31,36); }
H1.HeaderClassName
{
color: #111F24;
}
.AnyTagClassName
{
color: #111F24;
}
</style>
background-color css
<style>
a { background-color: #111F24; }
a { background-color: rgb(17,31,36); }
div.DivClassName
{
background-color: #111F24;
}
.BgClassName
{
background-color: #111F24;
}
</style>
border-color css
<style>
span { border-color: #111F24; }
span { border-color: rgb(17,31,36); }
td.TdClassName
{
border-color: #111F24;
}
.TagClassName
{
border-color: #111F24;
}
</style>