Shades of Black Pearl #111A24
Tints of Black Pearl #111A24
RGB
CMYK
RGB Variations
Color information
#111A24 (or 0x111A24) is known color: Black Pearl. HEX triplet: 11, 1A and 24. RGB value is (17,26,36). Sum of RGB (Red+Green+Blue) = 17+26+36=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #111A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A24 is #EEE5DB. Grayscale: #181818. Windows color (decimal): -15656412 or 2365969. OLE color: 2365969.
HSL color Cylindrical-coordinate representation of color #111A24: hue angle of 211.58º 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 #111A24 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 26 | 36 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.86 |
| HSL | 211.58º | 0.36% | 0.1% | - |
| HSV(B) | 211.58º | 0.53% | 0.14% | - |
| XYZ | 0.92 | 0.99 | 1.81 | - |
| YUV | 24.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 36 | 0.53 | 0.28 | 0 | 0.86 | 211.58 | 0.36 | 0.1 |
| Hex | 11 | 1A | 24 | 35 | 1C | 0 | 56 | D4 | 24 | A |
| Octal | 21 | 32 | 44 | 65 | 34 | 0 | 126 | 324 | 44 | 12 |
| Binary | 10001 | 11010 | 100100 | 110101 | 11100 | 0 | 1010110 | 11010100 | 100100 | 1010 |
Color Harmonies of #111A24
Complementary color
Monochromatic Colors of #111A24
Black with #111A24
Text Example
Text Example
White with #111A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A24; }
p { color: rgb(17,26,36); }
H1.HeaderClassName
{
color: #111A24;
}
.AnyTagClassName
{
color: #111A24;
}
</style>
background-color css
<style>
a { background-color: #111A24; }
a { background-color: rgb(17,26,36); }
div.DivClassName
{
background-color: #111A24;
}
.BgClassName
{
background-color: #111A24;
}
</style>
border-color css
<style>
span { border-color: #111A24; }
span { border-color: rgb(17,26,36); }
td.TdClassName
{
border-color: #111A24;
}
.TagClassName
{
border-color: #111A24;
}
</style>