Shades of Black Pearl #111F27
Tints of Black Pearl #111F27
RGB
CMYK
RGB Variations
Color information
#111F27 (or 0x111F27) is known color: Black Pearl. HEX triplet: 11, 1F and 27. RGB value is (17,31,39). Sum of RGB (Red+Green+Blue) = 17+31+39=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #111F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F27 is #EEE0D8. Grayscale: #1B1B1B. Windows color (decimal): -15655129 or 2563857. OLE color: 2563857.
HSL color Cylindrical-coordinate representation of color #111F27: hue angle of 201.82º 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 #111F27 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 31 | 39 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.85 |
| HSL | 201.82º | 0.39% | 0.11% | - |
| HSV(B) | 201.82º | 0.56% | 0.15% | - |
| XYZ | 1.09 | 1.25 | 2.1 | - |
| YUV | 27.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 39 | 0.56 | 0.21 | 0 | 0.85 | 201.82 | 0.39 | 0.11 |
| Hex | 11 | 1F | 27 | 38 | 15 | 0 | 55 | CA | 27 | B |
| Octal | 21 | 37 | 47 | 70 | 25 | 0 | 125 | 312 | 47 | 13 |
| Binary | 10001 | 11111 | 100111 | 111000 | 10101 | 0 | 1010101 | 11001010 | 100111 | 1011 |
Color Harmonies of #111F27
Complementary color
Monochromatic Colors of #111F27
Black with #111F27
Text Example
Text Example
White with #111F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F27; }
p { color: rgb(17,31,39); }
H1.HeaderClassName
{
color: #111F27;
}
.AnyTagClassName
{
color: #111F27;
}
</style>
background-color css
<style>
a { background-color: #111F27; }
a { background-color: rgb(17,31,39); }
div.DivClassName
{
background-color: #111F27;
}
.BgClassName
{
background-color: #111F27;
}
</style>
border-color css
<style>
span { border-color: #111F27; }
span { border-color: rgb(17,31,39); }
td.TdClassName
{
border-color: #111F27;
}
.TagClassName
{
border-color: #111F27;
}
</style>