Shades of Black Pearl #111F2D
Tints of Black Pearl #111F2D
RGB
CMYK
RGB Variations
Color information
#111F2D (or 0x111F2D) is known color: Black Pearl. HEX triplet: 11, 1F and 2D. RGB value is (17,31,45). Sum of RGB (Red+Green+Blue) = 17+31+45=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #111F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F2D is #EEE0D2. Grayscale: #1C1C1C. Windows color (decimal): -15655123 or 2957073. OLE color: 2957073.
HSL color Cylindrical-coordinate representation of color #111F2D: hue angle of 210º 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 #111F2D is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 31 | 45 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.82 |
| HSL | 210º | 0.45% | 0.12% | - |
| HSV(B) | 210º | 0.62% | 0.18% | - |
| XYZ | 1.19 | 1.29 | 2.67 | - |
| YUV | 28.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 45 | 0.62 | 0.31 | 0 | 0.82 | 210 | 0.45 | 0.12 |
| Hex | 11 | 1F | 2D | 3E | 1F | 0 | 52 | D2 | 2D | C |
| Octal | 21 | 37 | 55 | 76 | 37 | 0 | 122 | 322 | 55 | 14 |
| Binary | 10001 | 11111 | 101101 | 111110 | 11111 | 0 | 1010010 | 11010010 | 101101 | 1100 |
Color Harmonies of #111F2D
Complementary color
Monochromatic Colors of #111F2D
Black with #111F2D
Text Example
Text Example
White with #111F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F2D; }
p { color: rgb(17,31,45); }
H1.HeaderClassName
{
color: #111F2D;
}
.AnyTagClassName
{
color: #111F2D;
}
</style>
background-color css
<style>
a { background-color: #111F2D; }
a { background-color: rgb(17,31,45); }
div.DivClassName
{
background-color: #111F2D;
}
.BgClassName
{
background-color: #111F2D;
}
</style>
border-color css
<style>
span { border-color: #111F2D; }
span { border-color: rgb(17,31,45); }
td.TdClassName
{
border-color: #111F2D;
}
.TagClassName
{
border-color: #111F2D;
}
</style>