Shades of Black Pearl #111E31
Tints of Black Pearl #111E31
RGB
CMYK
RGB Variations
Color information
#111E31 (or 0x111E31) is known color: Black Pearl. HEX triplet: 11, 1E and 31. RGB value is (17,30,49). Sum of RGB (Red+Green+Blue) = 17+30+49=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #111E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E31 is #EEE1CE. Grayscale: #1C1C1C. Windows color (decimal): -15655375 or 3218961. OLE color: 3218961.
HSL color Cylindrical-coordinate representation of color #111E31: hue angle of 215.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111E31 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 30 | 49 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.81 |
| HSL | 215.63º | 0.48% | 0.13% | - |
| HSV(B) | 215.63º | 0.65% | 0.19% | - |
| XYZ | 1.25 | 1.27 | 3.08 | - |
| YUV | 28.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 49 | 0.65 | 0.39 | 0 | 0.81 | 215.63 | 0.48 | 0.13 |
| Hex | 11 | 1E | 31 | 41 | 27 | 0 | 51 | D8 | 30 | D |
| Octal | 21 | 36 | 61 | 101 | 47 | 0 | 121 | 330 | 60 | 15 |
| Binary | 10001 | 11110 | 110001 | 1000001 | 100111 | 0 | 1010001 | 11011000 | 110000 | 1101 |
Color Harmonies of #111E31
Complementary color
Monochromatic Colors of #111E31
Black with #111E31
Text Example
Text Example
White with #111E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E31; }
p { color: rgb(17,30,49); }
H1.HeaderClassName
{
color: #111E31;
}
.AnyTagClassName
{
color: #111E31;
}
</style>
background-color css
<style>
a { background-color: #111E31; }
a { background-color: rgb(17,30,49); }
div.DivClassName
{
background-color: #111E31;
}
.BgClassName
{
background-color: #111E31;
}
</style>
border-color css
<style>
span { border-color: #111E31; }
span { border-color: rgb(17,30,49); }
td.TdClassName
{
border-color: #111E31;
}
.TagClassName
{
border-color: #111E31;
}
</style>