Shades of Black Pearl #11181B
Tints of Black Pearl #11181B
RGB
CMYK
RGB Variations
Color information
#11181B (or 0x11181B) is known color: Black Pearl. HEX triplet: 11, 18 and 1B. RGB value is (17,24,27). Sum of RGB (Red+Green+Blue) = 17+24+27=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 27 - color contains mainly: blue. Hex color #11181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11181B is #EEE7E4. Grayscale: #161616. Windows color (decimal): -15656933 or 1775633. OLE color: 1775633.
HSL color Cylindrical-coordinate representation of color #11181B: hue angle of 198º 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 #11181B is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 24 | 27 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.89 |
| HSL | 198º | 0.23% | 0.09% | - |
| HSV(B) | 198º | 0.37% | 0.11% | - |
| XYZ | 0.76 | 0.85 | 1.16 | - |
| YUV | 22.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 27 | 0.37 | 0.11 | 0 | 0.89 | 198 | 0.23 | 0.09 |
| Hex | 11 | 18 | 1B | 25 | B | 0 | 59 | C6 | 17 | 9 |
| Octal | 21 | 30 | 33 | 45 | 13 | 0 | 131 | 306 | 27 | 11 |
| Binary | 10001 | 11000 | 11011 | 100101 | 1011 | 0 | 1011001 | 11000110 | 10111 | 1001 |
Color Harmonies of #11181B
Complementary color
Monochromatic Colors of #11181B
Black with #11181B
Text Example
Text Example
White with #11181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11181B; }
p { color: rgb(17,24,27); }
H1.HeaderClassName
{
color: #11181B;
}
.AnyTagClassName
{
color: #11181B;
}
</style>
background-color css
<style>
a { background-color: #11181B; }
a { background-color: rgb(17,24,27); }
div.DivClassName
{
background-color: #11181B;
}
.BgClassName
{
background-color: #11181B;
}
</style>
border-color css
<style>
span { border-color: #11181B; }
span { border-color: rgb(17,24,27); }
td.TdClassName
{
border-color: #11181B;
}
.TagClassName
{
border-color: #11181B;
}
</style>