Shades of Black Pearl #111F28
Tints of Black Pearl #111F28
RGB
CMYK
RGB Variations
Color information
#111F28 (or 0x111F28) is known color: Black Pearl. HEX triplet: 11, 1F and 28. RGB value is (17,31,40). Sum of RGB (Red+Green+Blue) = 17+31+40=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #111F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F28 is #EEE0D7. Grayscale: #1B1B1B. Windows color (decimal): -15655128 or 2629393. OLE color: 2629393.
HSL color Cylindrical-coordinate representation of color #111F28: hue angle of 203.48º 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 #111F28 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 31 | 40 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.84 |
| HSL | 203.48º | 0.4% | 0.11% | - |
| HSV(B) | 203.48º | 0.58% | 0.16% | - |
| XYZ | 1.1 | 1.25 | 2.19 | - |
| YUV | 27.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 40 | 0.57 | 0.22 | 0 | 0.84 | 203.48 | 0.4 | 0.11 |
| Hex | 11 | 1F | 28 | 39 | 16 | 0 | 54 | CB | 28 | B |
| Octal | 21 | 37 | 50 | 71 | 26 | 0 | 124 | 313 | 50 | 13 |
| Binary | 10001 | 11111 | 101000 | 111001 | 10110 | 0 | 1010100 | 11001011 | 101000 | 1011 |
Color Harmonies of #111F28
Complementary color
Monochromatic Colors of #111F28
Black with #111F28
Text Example
Text Example
White with #111F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F28; }
p { color: rgb(17,31,40); }
H1.HeaderClassName
{
color: #111F28;
}
.AnyTagClassName
{
color: #111F28;
}
</style>
background-color css
<style>
a { background-color: #111F28; }
a { background-color: rgb(17,31,40); }
div.DivClassName
{
background-color: #111F28;
}
.BgClassName
{
background-color: #111F28;
}
</style>
border-color css
<style>
span { border-color: #111F28; }
span { border-color: rgb(17,31,40); }
td.TdClassName
{
border-color: #111F28;
}
.TagClassName
{
border-color: #111F28;
}
</style>