Shades of Black Pearl #111D2D
Tints of Black Pearl #111D2D
RGB
CMYK
RGB Variations
Color information
#111D2D (or 0x111D2D) is known color: Black Pearl. HEX triplet: 11, 1D and 2D. RGB value is (17,29,45). Sum of RGB (Red+Green+Blue) = 17+29+45=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #111D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D2D is #EEE2D2. Grayscale: #1B1B1B. Windows color (decimal): -15655635 or 2956561. OLE color: 2956561.
HSL color Cylindrical-coordinate representation of color #111D2D: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #111D2D is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 29 | 45 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.82 |
| HSL | 214.29º | 0.45% | 0.12% | - |
| HSV(B) | 214.29º | 0.62% | 0.18% | - |
| XYZ | 1.14 | 1.19 | 2.65 | - |
| YUV | 27.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 45 | 0.62 | 0.36 | 0 | 0.82 | 214.29 | 0.45 | 0.12 |
| Hex | 11 | 1D | 2D | 3E | 24 | 0 | 52 | D6 | 2D | C |
| Octal | 21 | 35 | 55 | 76 | 44 | 0 | 122 | 326 | 55 | 14 |
| Binary | 10001 | 11101 | 101101 | 111110 | 100100 | 0 | 1010010 | 11010110 | 101101 | 1100 |
Color Harmonies of #111D2D
Complementary color
Monochromatic Colors of #111D2D
Black with #111D2D
Text Example
Text Example
White with #111D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D2D; }
p { color: rgb(17,29,45); }
H1.HeaderClassName
{
color: #111D2D;
}
.AnyTagClassName
{
color: #111D2D;
}
</style>
background-color css
<style>
a { background-color: #111D2D; }
a { background-color: rgb(17,29,45); }
div.DivClassName
{
background-color: #111D2D;
}
.BgClassName
{
background-color: #111D2D;
}
</style>
border-color css
<style>
span { border-color: #111D2D; }
span { border-color: rgb(17,29,45); }
td.TdClassName
{
border-color: #111D2D;
}
.TagClassName
{
border-color: #111D2D;
}
</style>