Shades of Black Pearl #111C25
Tints of Black Pearl #111C25
RGB
CMYK
RGB Variations
Color information
#111C25 (or 0x111C25) is known color: Black Pearl. HEX triplet: 11, 1C and 25. RGB value is (17,28,37). Sum of RGB (Red+Green+Blue) = 17+28+37=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #111C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C25 is #EEE3DA. Grayscale: #191919. Windows color (decimal): -15655899 or 2432017. OLE color: 2432017.
HSL color Cylindrical-coordinate representation of color #111C25: hue angle of 207º 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 #111C25 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 28 | 37 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.85 |
| HSL | 207º | 0.37% | 0.11% | - |
| HSV(B) | 207º | 0.54% | 0.15% | - |
| XYZ | 0.98 | 1.08 | 1.91 | - |
| YUV | 25.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 37 | 0.54 | 0.24 | 0 | 0.85 | 207 | 0.37 | 0.11 |
| Hex | 11 | 1C | 25 | 36 | 18 | 0 | 55 | CF | 25 | B |
| Octal | 21 | 34 | 45 | 66 | 30 | 0 | 125 | 317 | 45 | 13 |
| Binary | 10001 | 11100 | 100101 | 110110 | 11000 | 0 | 1010101 | 11001111 | 100101 | 1011 |
Color Harmonies of #111C25
Complementary color
Monochromatic Colors of #111C25
Black with #111C25
Text Example
Text Example
White with #111C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C25; }
p { color: rgb(17,28,37); }
H1.HeaderClassName
{
color: #111C25;
}
.AnyTagClassName
{
color: #111C25;
}
</style>
background-color css
<style>
a { background-color: #111C25; }
a { background-color: rgb(17,28,37); }
div.DivClassName
{
background-color: #111C25;
}
.BgClassName
{
background-color: #111C25;
}
</style>
border-color css
<style>
span { border-color: #111C25; }
span { border-color: rgb(17,28,37); }
td.TdClassName
{
border-color: #111C25;
}
.TagClassName
{
border-color: #111C25;
}
</style>