Shades of Black Pearl #111E2C
Tints of Black Pearl #111E2C
RGB
CMYK
RGB Variations
Color information
#111E2C (or 0x111E2C) is known color: Black Pearl. HEX triplet: 11, 1E and 2C. RGB value is (17,30,44). Sum of RGB (Red+Green+Blue) = 17+30+44=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #111E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E2C is #EEE1D3. Grayscale: #1B1B1B. Windows color (decimal): -15655380 or 2891281. OLE color: 2891281.
HSL color Cylindrical-coordinate representation of color #111E2C: hue angle of 211.11º 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 #111E2C is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 30 | 44 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.83 |
| HSL | 211.11º | 0.44% | 0.12% | - |
| HSV(B) | 211.11º | 0.61% | 0.17% | - |
| XYZ | 1.15 | 1.23 | 2.56 | - |
| YUV | 27.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 44 | 0.61 | 0.32 | 0 | 0.83 | 211.11 | 0.44 | 0.12 |
| Hex | 11 | 1E | 2C | 3D | 20 | 0 | 53 | D3 | 2C | C |
| Octal | 21 | 36 | 54 | 75 | 40 | 0 | 123 | 323 | 54 | 14 |
| Binary | 10001 | 11110 | 101100 | 111101 | 100000 | 0 | 1010011 | 11010011 | 101100 | 1100 |
Color Harmonies of #111E2C
Complementary color
Monochromatic Colors of #111E2C
Black with #111E2C
Text Example
Text Example
White with #111E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E2C; }
p { color: rgb(17,30,44); }
H1.HeaderClassName
{
color: #111E2C;
}
.AnyTagClassName
{
color: #111E2C;
}
</style>
background-color css
<style>
a { background-color: #111E2C; }
a { background-color: rgb(17,30,44); }
div.DivClassName
{
background-color: #111E2C;
}
.BgClassName
{
background-color: #111E2C;
}
</style>
border-color css
<style>
span { border-color: #111E2C; }
span { border-color: rgb(17,30,44); }
td.TdClassName
{
border-color: #111E2C;
}
.TagClassName
{
border-color: #111E2C;
}
</style>