Shades of Black Pearl #111F32
Tints of Black Pearl #111F32
RGB
CMYK
RGB Variations
Color information
#111F32 (or 0x111F32) is known color: Black Pearl. HEX triplet: 11, 1F and 32. RGB value is (17,31,50). Sum of RGB (Red+Green+Blue) = 17+31+50=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #111F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F32 is #EEE0CD. Grayscale: #1C1C1C. Windows color (decimal): -15655118 or 3284753. OLE color: 3284753.
HSL color Cylindrical-coordinate representation of color #111F32: hue angle of 214.55º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #111F32 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 31 | 50 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.80 |
| HSL | 214.55º | 0.49% | 0.13% | - |
| HSV(B) | 214.55º | 0.66% | 0.2% | - |
| XYZ | 1.3 | 1.33 | 3.21 | - |
| YUV | 28.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 50 | 0.66 | 0.38 | 0 | 0.80 | 214.55 | 0.49 | 0.13 |
| Hex | 11 | 1F | 32 | 42 | 26 | 0 | 50 | D7 | 31 | D |
| Octal | 21 | 37 | 62 | 102 | 46 | 0 | 120 | 327 | 61 | 15 |
| Binary | 10001 | 11111 | 110010 | 1000010 | 100110 | 0 | 1010000 | 11010111 | 110001 | 1101 |
Color Harmonies of #111F32
Complementary color
Monochromatic Colors of #111F32
Black with #111F32
Text Example
Text Example
White with #111F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F32; }
p { color: rgb(17,31,50); }
H1.HeaderClassName
{
color: #111F32;
}
.AnyTagClassName
{
color: #111F32;
}
</style>
background-color css
<style>
a { background-color: #111F32; }
a { background-color: rgb(17,31,50); }
div.DivClassName
{
background-color: #111F32;
}
.BgClassName
{
background-color: #111F32;
}
</style>
border-color css
<style>
span { border-color: #111F32; }
span { border-color: rgb(17,31,50); }
td.TdClassName
{
border-color: #111F32;
}
.TagClassName
{
border-color: #111F32;
}
</style>