Shades of Black Pearl #111E28
Tints of Black Pearl #111E28
RGB
CMYK
RGB Variations
Color information
#111E28 (or 0x111E28) is known color: Black Pearl. HEX triplet: 11, 1E and 28. RGB value is (17,30,40). Sum of RGB (Red+Green+Blue) = 17+30+40=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #111E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E28 is #EEE1D7. Grayscale: #1B1B1B. Windows color (decimal): -15655384 or 2629137. OLE color: 2629137.
HSL color Cylindrical-coordinate representation of color #111E28: hue angle of 206.09º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #111E28 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 30 | 40 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.84 |
| HSL | 206.09º | 0.4% | 0.11% | - |
| HSV(B) | 206.09º | 0.58% | 0.16% | - |
| XYZ | 1.08 | 1.2 | 2.18 | - |
| YUV | 27.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 40 | 0.57 | 0.25 | 0 | 0.84 | 206.09 | 0.4 | 0.11 |
| Hex | 11 | 1E | 28 | 39 | 19 | 0 | 54 | CE | 28 | B |
| Octal | 21 | 36 | 50 | 71 | 31 | 0 | 124 | 316 | 50 | 13 |
| Binary | 10001 | 11110 | 101000 | 111001 | 11001 | 0 | 1010100 | 11001110 | 101000 | 1011 |
Color Harmonies of #111E28
Complementary color
Monochromatic Colors of #111E28
Black with #111E28
Text Example
Text Example
White with #111E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E28; }
p { color: rgb(17,30,40); }
H1.HeaderClassName
{
color: #111E28;
}
.AnyTagClassName
{
color: #111E28;
}
</style>
background-color css
<style>
a { background-color: #111E28; }
a { background-color: rgb(17,30,40); }
div.DivClassName
{
background-color: #111E28;
}
.BgClassName
{
background-color: #111E28;
}
</style>
border-color css
<style>
span { border-color: #111E28; }
span { border-color: rgb(17,30,40); }
td.TdClassName
{
border-color: #111E28;
}
.TagClassName
{
border-color: #111E28;
}
</style>