Shades of Black Pearl #111D24
Tints of Black Pearl #111D24
RGB
CMYK
RGB Variations
Color information
#111D24 (or 0x111D24) is known color: Black Pearl. HEX triplet: 11, 1D and 24. RGB value is (17,29,36). Sum of RGB (Red+Green+Blue) = 17+29+36=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: blue. Hex color #111D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D24 is #EEE2DB. Grayscale: #1A1A1A. Windows color (decimal): -15655644 or 2366737. OLE color: 2366737.
HSL color Cylindrical-coordinate representation of color #111D24: hue angle of 202.11º 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 #111D24 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 29 | 36 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.86 |
| HSL | 202.11º | 0.36% | 0.1% | - |
| HSV(B) | 202.11º | 0.53% | 0.14% | - |
| XYZ | 0.99 | 1.13 | 1.83 | - |
| YUV | 26.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 36 | 0.53 | 0.19 | 0 | 0.86 | 202.11 | 0.36 | 0.1 |
| Hex | 11 | 1D | 24 | 35 | 13 | 0 | 56 | CA | 24 | A |
| Octal | 21 | 35 | 44 | 65 | 23 | 0 | 126 | 312 | 44 | 12 |
| Binary | 10001 | 11101 | 100100 | 110101 | 10011 | 0 | 1010110 | 11001010 | 100100 | 1010 |
Color Harmonies of #111D24
Complementary color
Monochromatic Colors of #111D24
Black with #111D24
Text Example
Text Example
White with #111D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D24; }
p { color: rgb(17,29,36); }
H1.HeaderClassName
{
color: #111D24;
}
.AnyTagClassName
{
color: #111D24;
}
</style>
background-color css
<style>
a { background-color: #111D24; }
a { background-color: rgb(17,29,36); }
div.DivClassName
{
background-color: #111D24;
}
.BgClassName
{
background-color: #111D24;
}
</style>
border-color css
<style>
span { border-color: #111D24; }
span { border-color: rgb(17,29,36); }
td.TdClassName
{
border-color: #111D24;
}
.TagClassName
{
border-color: #111D24;
}
</style>