Shades of Black Pearl #111B28
Tints of Black Pearl #111B28
RGB
CMYK
RGB Variations
Color information
#111B28 (or 0x111B28) is known color: Black Pearl. HEX triplet: 11, 1B and 28. RGB value is (17,27,40). Sum of RGB (Red+Green+Blue) = 17+27+40=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #111B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B28 is #EEE4D7. Grayscale: #191919. Windows color (decimal): -15656152 or 2628369. OLE color: 2628369.
HSL color Cylindrical-coordinate representation of color #111B28: hue angle of 213.91º 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 #111B28 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 27 | 40 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.84 |
| HSL | 213.91º | 0.4% | 0.11% | - |
| HSV(B) | 213.91º | 0.58% | 0.16% | - |
| XYZ | 1.01 | 1.06 | 2.16 | - |
| YUV | 25.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 40 | 0.57 | 0.33 | 0 | 0.84 | 213.91 | 0.4 | 0.11 |
| Hex | 11 | 1B | 28 | 39 | 21 | 0 | 54 | D6 | 28 | B |
| Octal | 21 | 33 | 50 | 71 | 41 | 0 | 124 | 326 | 50 | 13 |
| Binary | 10001 | 11011 | 101000 | 111001 | 100001 | 0 | 1010100 | 11010110 | 101000 | 1011 |
Color Harmonies of #111B28
Complementary color
Monochromatic Colors of #111B28
Black with #111B28
Text Example
Text Example
White with #111B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B28; }
p { color: rgb(17,27,40); }
H1.HeaderClassName
{
color: #111B28;
}
.AnyTagClassName
{
color: #111B28;
}
</style>
background-color css
<style>
a { background-color: #111B28; }
a { background-color: rgb(17,27,40); }
div.DivClassName
{
background-color: #111B28;
}
.BgClassName
{
background-color: #111B28;
}
</style>
border-color css
<style>
span { border-color: #111B28; }
span { border-color: rgb(17,27,40); }
td.TdClassName
{
border-color: #111B28;
}
.TagClassName
{
border-color: #111B28;
}
</style>