Shades of Black Pearl #111F2C
Tints of Black Pearl #111F2C
RGB
CMYK
RGB Variations
Color information
#111F2C (or 0x111F2C) is known color: Black Pearl. HEX triplet: 11, 1F and 2C. RGB value is (17,31,44). Sum of RGB (Red+Green+Blue) = 17+31+44=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #111F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F2C is #EEE0D3. Grayscale: #1C1C1C. Windows color (decimal): -15655124 or 2891537. OLE color: 2891537.
HSL color Cylindrical-coordinate representation of color #111F2C: hue angle of 208.89º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #111F2C is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 31 | 44 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.83 |
| HSL | 208.89º | 0.44% | 0.12% | - |
| HSV(B) | 208.89º | 0.61% | 0.17% | - |
| XYZ | 1.18 | 1.28 | 2.57 | - |
| YUV | 28.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 44 | 0.61 | 0.30 | 0 | 0.83 | 208.89 | 0.44 | 0.12 |
| Hex | 11 | 1F | 2C | 3D | 1E | 0 | 53 | D1 | 2C | C |
| Octal | 21 | 37 | 54 | 75 | 36 | 0 | 123 | 321 | 54 | 14 |
| Binary | 10001 | 11111 | 101100 | 111101 | 11110 | 0 | 1010011 | 11010001 | 101100 | 1100 |
Color Harmonies of #111F2C
Complementary color
Monochromatic Colors of #111F2C
Black with #111F2C
Text Example
Text Example
White with #111F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F2C; }
p { color: rgb(17,31,44); }
H1.HeaderClassName
{
color: #111F2C;
}
.AnyTagClassName
{
color: #111F2C;
}
</style>
background-color css
<style>
a { background-color: #111F2C; }
a { background-color: rgb(17,31,44); }
div.DivClassName
{
background-color: #111F2C;
}
.BgClassName
{
background-color: #111F2C;
}
</style>
border-color css
<style>
span { border-color: #111F2C; }
span { border-color: rgb(17,31,44); }
td.TdClassName
{
border-color: #111F2C;
}
.TagClassName
{
border-color: #111F2C;
}
</style>