Shades of Black Pearl #11181E
Tints of Black Pearl #11181E
RGB
CMYK
RGB Variations
Color information
#11181E (or 0x11181E) is known color: Black Pearl. HEX triplet: 11, 18 and 1E. RGB value is (17,24,30). Sum of RGB (Red+Green+Blue) = 17+24+30=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #11181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11181E is #EEE7E1. Grayscale: #161616. Windows color (decimal): -15656930 or 1972241. OLE color: 1972241.
HSL color Cylindrical-coordinate representation of color #11181E: hue angle of 207.69º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #11181E is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 24 | 30 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.88 |
| HSL | 207.69º | 0.28% | 0.09% | - |
| HSV(B) | 207.69º | 0.43% | 0.12% | - |
| XYZ | 0.79 | 0.87 | 1.35 | - |
| YUV | 22.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 30 | 0.43 | 0.20 | 0 | 0.88 | 207.69 | 0.28 | 0.09 |
| Hex | 11 | 18 | 1E | 2B | 14 | 0 | 58 | D0 | 1C | 9 |
| Octal | 21 | 30 | 36 | 53 | 24 | 0 | 130 | 320 | 34 | 11 |
| Binary | 10001 | 11000 | 11110 | 101011 | 10100 | 0 | 1011000 | 11010000 | 11100 | 1001 |
Color Harmonies of #11181E
Complementary color
Monochromatic Colors of #11181E
Black with #11181E
Text Example
Text Example
White with #11181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11181E; }
p { color: rgb(17,24,30); }
H1.HeaderClassName
{
color: #11181E;
}
.AnyTagClassName
{
color: #11181E;
}
</style>
background-color css
<style>
a { background-color: #11181E; }
a { background-color: rgb(17,24,30); }
div.DivClassName
{
background-color: #11181E;
}
.BgClassName
{
background-color: #11181E;
}
</style>
border-color css
<style>
span { border-color: #11181E; }
span { border-color: rgb(17,24,30); }
td.TdClassName
{
border-color: #11181E;
}
.TagClassName
{
border-color: #11181E;
}
</style>