Shades of Black Pearl #111D2C
Tints of Black Pearl #111D2C
RGB
CMYK
RGB Variations
Color information
#111D2C (or 0x111D2C) is known color: Black Pearl. HEX triplet: 11, 1D and 2C. RGB value is (17,29,44). Sum of RGB (Red+Green+Blue) = 17+29+44=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #111D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D2C is #EEE2D3. Grayscale: #1B1B1B. Windows color (decimal): -15655636 or 2891025. OLE color: 2891025.
HSL color Cylindrical-coordinate representation of color #111D2C: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #111D2C is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 29 | 44 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.83 |
| HSL | 213.33º | 0.44% | 0.12% | - |
| HSV(B) | 213.33º | 0.61% | 0.17% | - |
| XYZ | 1.13 | 1.18 | 2.55 | - |
| YUV | 27.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 44 | 0.61 | 0.34 | 0 | 0.83 | 213.33 | 0.44 | 0.12 |
| Hex | 11 | 1D | 2C | 3D | 22 | 0 | 53 | D5 | 2C | C |
| Octal | 21 | 35 | 54 | 75 | 42 | 0 | 123 | 325 | 54 | 14 |
| Binary | 10001 | 11101 | 101100 | 111101 | 100010 | 0 | 1010011 | 11010101 | 101100 | 1100 |
Color Harmonies of #111D2C
Complementary color
Monochromatic Colors of #111D2C
Black with #111D2C
Text Example
Text Example
White with #111D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D2C; }
p { color: rgb(17,29,44); }
H1.HeaderClassName
{
color: #111D2C;
}
.AnyTagClassName
{
color: #111D2C;
}
</style>
background-color css
<style>
a { background-color: #111D2C; }
a { background-color: rgb(17,29,44); }
div.DivClassName
{
background-color: #111D2C;
}
.BgClassName
{
background-color: #111D2C;
}
</style>
border-color css
<style>
span { border-color: #111D2C; }
span { border-color: rgb(17,29,44); }
td.TdClassName
{
border-color: #111D2C;
}
.TagClassName
{
border-color: #111D2C;
}
</style>