Shades of Black Pearl #111B2B
Tints of Black Pearl #111B2B
RGB
CMYK
RGB Variations
Color information
#111B2B (or 0x111B2B) is known color: Black Pearl. HEX triplet: 11, 1B and 2B. RGB value is (17,27,43). Sum of RGB (Red+Green+Blue) = 17+27+43=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #111B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B2B is #EEE4D4. Grayscale: #191919. Windows color (decimal): -15656149 or 2824977. OLE color: 2824977.
HSL color Cylindrical-coordinate representation of color #111B2B: hue angle of 216.92º 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 #111B2B is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 27 | 43 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.83 |
| HSL | 216.92º | 0.43% | 0.12% | - |
| HSV(B) | 216.92º | 0.6% | 0.17% | - |
| XYZ | 1.06 | 1.08 | 2.44 | - |
| YUV | 25.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 43 | 0.60 | 0.37 | 0 | 0.83 | 216.92 | 0.43 | 0.12 |
| Hex | 11 | 1B | 2B | 3C | 25 | 0 | 53 | D9 | 2B | C |
| Octal | 21 | 33 | 53 | 74 | 45 | 0 | 123 | 331 | 53 | 14 |
| Binary | 10001 | 11011 | 101011 | 111100 | 100101 | 0 | 1010011 | 11011001 | 101011 | 1100 |
Color Harmonies of #111B2B
Complementary color
Monochromatic Colors of #111B2B
Black with #111B2B
Text Example
Text Example
White with #111B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B2B; }
p { color: rgb(17,27,43); }
H1.HeaderClassName
{
color: #111B2B;
}
.AnyTagClassName
{
color: #111B2B;
}
</style>
background-color css
<style>
a { background-color: #111B2B; }
a { background-color: rgb(17,27,43); }
div.DivClassName
{
background-color: #111B2B;
}
.BgClassName
{
background-color: #111B2B;
}
</style>
border-color css
<style>
span { border-color: #111B2B; }
span { border-color: rgb(17,27,43); }
td.TdClassName
{
border-color: #111B2B;
}
.TagClassName
{
border-color: #111B2B;
}
</style>