Shades of Black Pearl #111F25
Tints of Black Pearl #111F25
RGB
CMYK
RGB Variations
Color information
#111F25 (or 0x111F25) is known color: Black Pearl. HEX triplet: 11, 1F and 25. RGB value is (17,31,37). Sum of RGB (Red+Green+Blue) = 17+31+37=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 37 - color contains mainly: blue. Hex color #111F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F25 is #EEE0DA. Grayscale: #1B1B1B. Windows color (decimal): -15655131 or 2432785. OLE color: 2432785.
HSL color Cylindrical-coordinate representation of color #111F25: hue angle of 198º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #111F25 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 31 | 37 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.85 |
| HSL | 198º | 0.37% | 0.11% | - |
| HSV(B) | 198º | 0.54% | 0.15% | - |
| XYZ | 1.06 | 1.23 | 1.93 | - |
| YUV | 27.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 37 | 0.54 | 0.16 | 0 | 0.85 | 198 | 0.37 | 0.11 |
| Hex | 11 | 1F | 25 | 36 | 10 | 0 | 55 | C6 | 25 | B |
| Octal | 21 | 37 | 45 | 66 | 20 | 0 | 125 | 306 | 45 | 13 |
| Binary | 10001 | 11111 | 100101 | 110110 | 10000 | 0 | 1010101 | 11000110 | 100101 | 1011 |
Color Harmonies of #111F25
Complementary color
Monochromatic Colors of #111F25
Black with #111F25
Text Example
Text Example
White with #111F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F25; }
p { color: rgb(17,31,37); }
H1.HeaderClassName
{
color: #111F25;
}
.AnyTagClassName
{
color: #111F25;
}
</style>
background-color css
<style>
a { background-color: #111F25; }
a { background-color: rgb(17,31,37); }
div.DivClassName
{
background-color: #111F25;
}
.BgClassName
{
background-color: #111F25;
}
</style>
border-color css
<style>
span { border-color: #111F25; }
span { border-color: rgb(17,31,37); }
td.TdClassName
{
border-color: #111F25;
}
.TagClassName
{
border-color: #111F25;
}
</style>