Shades of Black Pearl #11151B
Tints of Black Pearl #11151B
RGB
CMYK
RGB Variations
Color information
#11151B (or 0x11151B) is known color: Black Pearl. HEX triplet: 11, 15 and 1B. RGB value is (17,21,27). Sum of RGB (Red+Green+Blue) = 17+21+27=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #11151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11151B is #EEEAE4. Grayscale: #141414. Windows color (decimal): -15657701 or 1774865. OLE color: 1774865.
HSL color Cylindrical-coordinate representation of color #11151B: hue angle of 216º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #11151B is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 21 | 27 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.89 |
| HSL | 216º | 0.23% | 0.09% | - |
| HSV(B) | 216º | 0.37% | 0.11% | - |
| XYZ | 0.7 | 0.73 | 1.14 | - |
| YUV | 20.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 27 | 0.37 | 0.22 | 0 | 0.89 | 216 | 0.23 | 0.09 |
| Hex | 11 | 15 | 1B | 25 | 16 | 0 | 59 | D8 | 17 | 9 |
| Octal | 21 | 25 | 33 | 45 | 26 | 0 | 131 | 330 | 27 | 11 |
| Binary | 10001 | 10101 | 11011 | 100101 | 10110 | 0 | 1011001 | 11011000 | 10111 | 1001 |
Color Harmonies of #11151B
Complementary color
Monochromatic Colors of #11151B
Black with #11151B
Text Example
Text Example
White with #11151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11151B; }
p { color: rgb(17,21,27); }
H1.HeaderClassName
{
color: #11151B;
}
.AnyTagClassName
{
color: #11151B;
}
</style>
background-color css
<style>
a { background-color: #11151B; }
a { background-color: rgb(17,21,27); }
div.DivClassName
{
background-color: #11151B;
}
.BgClassName
{
background-color: #11151B;
}
</style>
border-color css
<style>
span { border-color: #11151B; }
span { border-color: rgb(17,21,27); }
td.TdClassName
{
border-color: #11151B;
}
.TagClassName
{
border-color: #11151B;
}
</style>