Shades of Black Pearl #112331
Tints of Black Pearl #112331
RGB
CMYK
RGB Variations
Color information
#112331 (or 0x112331) is known color: Black Pearl. HEX triplet: 11, 23 and 31. RGB value is (17,35,49). Sum of RGB (Red+Green+Blue) = 17+35+49=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #112331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112331 is #EEDCCE. Grayscale: #1F1F1F. Windows color (decimal): -15654095 or 3220241. OLE color: 3220241.
HSL color Cylindrical-coordinate representation of color #112331: hue angle of 206.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112331 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 35 | 49 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.81 |
| HSL | 206.25º | 0.48% | 0.13% | - |
| HSV(B) | 206.25º | 0.65% | 0.19% | - |
| XYZ | 1.39 | 1.54 | 3.13 | - |
| YUV | 31.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 49 | 0.65 | 0.29 | 0 | 0.81 | 206.25 | 0.48 | 0.13 |
| Hex | 11 | 23 | 31 | 41 | 1D | 0 | 51 | CE | 30 | D |
| Octal | 21 | 43 | 61 | 101 | 35 | 0 | 121 | 316 | 60 | 15 |
| Binary | 10001 | 100011 | 110001 | 1000001 | 11101 | 0 | 1010001 | 11001110 | 110000 | 1101 |
Color Harmonies of #112331
Complementary color
Monochromatic Colors of #112331
Black with #112331
Text Example
Text Example
White with #112331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112331; }
p { color: rgb(17,35,49); }
H1.HeaderClassName
{
color: #112331;
}
.AnyTagClassName
{
color: #112331;
}
</style>
background-color css
<style>
a { background-color: #112331; }
a { background-color: rgb(17,35,49); }
div.DivClassName
{
background-color: #112331;
}
.BgClassName
{
background-color: #112331;
}
</style>
border-color css
<style>
span { border-color: #112331; }
span { border-color: rgb(17,35,49); }
td.TdClassName
{
border-color: #112331;
}
.TagClassName
{
border-color: #112331;
}
</style>