Shades of Black Pearl #111F2B
Tints of Black Pearl #111F2B
RGB
CMYK
RGB Variations
Color information
#111F2B (or 0x111F2B) is known color: Black Pearl. HEX triplet: 11, 1F and 2B. RGB value is (17,31,43). Sum of RGB (Red+Green+Blue) = 17+31+43=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #111F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F2B is #EEE0D4. Grayscale: #1C1C1C. Windows color (decimal): -15655125 or 2826001. OLE color: 2826001.
HSL color Cylindrical-coordinate representation of color #111F2B: hue angle of 207.69º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #111F2B is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 31 | 43 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.83 |
| HSL | 207.69º | 0.43% | 0.12% | - |
| HSV(B) | 207.69º | 0.6% | 0.17% | - |
| XYZ | 1.16 | 1.27 | 2.47 | - |
| YUV | 28.18 | 136.36 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 43 | 0.60 | 0.28 | 0 | 0.83 | 207.69 | 0.43 | 0.12 |
| Hex | 11 | 1F | 2B | 3C | 1C | 0 | 53 | D0 | 2B | C |
| Octal | 21 | 37 | 53 | 74 | 34 | 0 | 123 | 320 | 53 | 14 |
| Binary | 10001 | 11111 | 101011 | 111100 | 11100 | 0 | 1010011 | 11010000 | 101011 | 1100 |
Color Harmonies of #111F2B
Complementary color
Monochromatic Colors of #111F2B
Black with #111F2B
Text Example
Text Example
White with #111F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F2B; }
p { color: rgb(17,31,43); }
H1.HeaderClassName
{
color: #111F2B;
}
.AnyTagClassName
{
color: #111F2B;
}
</style>
background-color css
<style>
a { background-color: #111F2B; }
a { background-color: rgb(17,31,43); }
div.DivClassName
{
background-color: #111F2B;
}
.BgClassName
{
background-color: #111F2B;
}
</style>
border-color css
<style>
span { border-color: #111F2B; }
span { border-color: rgb(17,31,43); }
td.TdClassName
{
border-color: #111F2B;
}
.TagClassName
{
border-color: #111F2B;
}
</style>