Shades of Black Pearl #112230
Tints of Black Pearl #112230
RGB
CMYK
RGB Variations
Color information
#112230 (or 0x112230) is known color: Black Pearl. HEX triplet: 11, 22 and 30. RGB value is (17,34,48). Sum of RGB (Red+Green+Blue) = 17+34+48=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #112230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112230 is #EEDDCF. Grayscale: #1E1E1E. Windows color (decimal): -15654352 or 3154449. OLE color: 3154449.
HSL color Cylindrical-coordinate representation of color #112230: hue angle of 207.1º 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 #112230 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 34 | 48 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.81 |
| HSL | 207.1º | 0.48% | 0.13% | - |
| HSV(B) | 207.1º | 0.65% | 0.19% | - |
| XYZ | 1.34 | 1.48 | 3.01 | - |
| YUV | 30.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 48 | 0.65 | 0.29 | 0 | 0.81 | 207.1 | 0.48 | 0.13 |
| Hex | 11 | 22 | 30 | 41 | 1D | 0 | 51 | CF | 30 | D |
| Octal | 21 | 42 | 60 | 101 | 35 | 0 | 121 | 317 | 60 | 15 |
| Binary | 10001 | 100010 | 110000 | 1000001 | 11101 | 0 | 1010001 | 11001111 | 110000 | 1101 |
Color Harmonies of #112230
Complementary color
Monochromatic Colors of #112230
Black with #112230
Text Example
Text Example
White with #112230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112230; }
p { color: rgb(17,34,48); }
H1.HeaderClassName
{
color: #112230;
}
.AnyTagClassName
{
color: #112230;
}
</style>
background-color css
<style>
a { background-color: #112230; }
a { background-color: rgb(17,34,48); }
div.DivClassName
{
background-color: #112230;
}
.BgClassName
{
background-color: #112230;
}
</style>
border-color css
<style>
span { border-color: #112230; }
span { border-color: rgb(17,34,48); }
td.TdClassName
{
border-color: #112230;
}
.TagClassName
{
border-color: #112230;
}
</style>