Shades of Black Pearl #111D27
Tints of Black Pearl #111D27
RGB
CMYK
RGB Variations
Color information
#111D27 (or 0x111D27) is known color: Black Pearl. HEX triplet: 11, 1D and 27. RGB value is (17,29,39). Sum of RGB (Red+Green+Blue) = 17+29+39=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #111D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D27 is #EEE2D8. Grayscale: #1A1A1A. Windows color (decimal): -15655641 or 2563345. OLE color: 2563345.
HSL color Cylindrical-coordinate representation of color #111D27: hue angle of 207.27º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111D27 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 29 | 39 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.85 |
| HSL | 207.27º | 0.39% | 0.11% | - |
| HSV(B) | 207.27º | 0.56% | 0.15% | - |
| XYZ | 1.04 | 1.14 | 2.09 | - |
| YUV | 26.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 39 | 0.56 | 0.26 | 0 | 0.85 | 207.27 | 0.39 | 0.11 |
| Hex | 11 | 1D | 27 | 38 | 1A | 0 | 55 | CF | 27 | B |
| Octal | 21 | 35 | 47 | 70 | 32 | 0 | 125 | 317 | 47 | 13 |
| Binary | 10001 | 11101 | 100111 | 111000 | 11010 | 0 | 1010101 | 11001111 | 100111 | 1011 |
Color Harmonies of #111D27
Complementary color
Monochromatic Colors of #111D27
Black with #111D27
Text Example
Text Example
White with #111D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D27; }
p { color: rgb(17,29,39); }
H1.HeaderClassName
{
color: #111D27;
}
.AnyTagClassName
{
color: #111D27;
}
</style>
background-color css
<style>
a { background-color: #111D27; }
a { background-color: rgb(17,29,39); }
div.DivClassName
{
background-color: #111D27;
}
.BgClassName
{
background-color: #111D27;
}
</style>
border-color css
<style>
span { border-color: #111D27; }
span { border-color: rgb(17,29,39); }
td.TdClassName
{
border-color: #111D27;
}
.TagClassName
{
border-color: #111D27;
}
</style>