Shades of Black Pearl #111C1E
Tints of Black Pearl #111C1E
RGB
CMYK
RGB Variations
Color information
#111C1E (or 0x111C1E) is known color: Black Pearl. HEX triplet: 11, 1C and 1E. RGB value is (17,28,30). Sum of RGB (Red+Green+Blue) = 17+28+30=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 30 - color contains mainly: blue. Hex color #111C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C1E is #EEE3E1. Grayscale: #181818. Windows color (decimal): -15655906 or 1973265. OLE color: 1973265.
HSL color Cylindrical-coordinate representation of color #111C1E: hue angle of 189.23º 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 #111C1E is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 28 | 30 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.88 |
| HSL | 189.23º | 0.28% | 0.09% | - |
| HSV(B) | 189.23º | 0.43% | 0.12% | - |
| XYZ | 0.88 | 1.04 | 1.38 | - |
| YUV | 24.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 30 | 0.43 | 0.07 | 0 | 0.88 | 189.23 | 0.28 | 0.09 |
| Hex | 11 | 1C | 1E | 2B | 7 | 0 | 58 | BD | 1C | 9 |
| Octal | 21 | 34 | 36 | 53 | 7 | 0 | 130 | 275 | 34 | 11 |
| Binary | 10001 | 11100 | 11110 | 101011 | 111 | 0 | 1011000 | 10111101 | 11100 | 1001 |
Color Harmonies of #111C1E
Complementary color
Monochromatic Colors of #111C1E
Black with #111C1E
Text Example
Text Example
White with #111C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C1E; }
p { color: rgb(17,28,30); }
H1.HeaderClassName
{
color: #111C1E;
}
.AnyTagClassName
{
color: #111C1E;
}
</style>
background-color css
<style>
a { background-color: #111C1E; }
a { background-color: rgb(17,28,30); }
div.DivClassName
{
background-color: #111C1E;
}
.BgClassName
{
background-color: #111C1E;
}
</style>
border-color css
<style>
span { border-color: #111C1E; }
span { border-color: rgb(17,28,30); }
td.TdClassName
{
border-color: #111C1E;
}
.TagClassName
{
border-color: #111C1E;
}
</style>