Shades of Black Pearl #111C27
Tints of Black Pearl #111C27
RGB
CMYK
RGB Variations
Color information
#111C27 (or 0x111C27) is known color: Black Pearl. HEX triplet: 11, 1C and 27. RGB value is (17,28,39). Sum of RGB (Red+Green+Blue) = 17+28+39=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #111C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C27 is #EEE3D8. Grayscale: #191919. Windows color (decimal): -15655897 or 2563089. OLE color: 2563089.
HSL color Cylindrical-coordinate representation of color #111C27: hue angle of 210º 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 #111C27 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 28 | 39 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.85 |
| HSL | 210º | 0.39% | 0.11% | - |
| HSV(B) | 210º | 0.56% | 0.15% | - |
| XYZ | 1.01 | 1.1 | 2.08 | - |
| YUV | 25.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 39 | 0.56 | 0.28 | 0 | 0.85 | 210 | 0.39 | 0.11 |
| Hex | 11 | 1C | 27 | 38 | 1C | 0 | 55 | D2 | 27 | B |
| Octal | 21 | 34 | 47 | 70 | 34 | 0 | 125 | 322 | 47 | 13 |
| Binary | 10001 | 11100 | 100111 | 111000 | 11100 | 0 | 1010101 | 11010010 | 100111 | 1011 |
Color Harmonies of #111C27
Complementary color
Monochromatic Colors of #111C27
Black with #111C27
Text Example
Text Example
White with #111C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C27; }
p { color: rgb(17,28,39); }
H1.HeaderClassName
{
color: #111C27;
}
.AnyTagClassName
{
color: #111C27;
}
</style>
background-color css
<style>
a { background-color: #111C27; }
a { background-color: rgb(17,28,39); }
div.DivClassName
{
background-color: #111C27;
}
.BgClassName
{
background-color: #111C27;
}
</style>
border-color css
<style>
span { border-color: #111C27; }
span { border-color: rgb(17,28,39); }
td.TdClassName
{
border-color: #111C27;
}
.TagClassName
{
border-color: #111C27;
}
</style>