Shades of Black Pearl #112530
Tints of Black Pearl #112530
RGB
CMYK
RGB Variations
Color information
#112530 (or 0x112530) is known color: Black Pearl. HEX triplet: 11, 25 and 30. RGB value is (17,37,48). Sum of RGB (Red+Green+Blue) = 17+37+48=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #112530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112530 is #EEDACF. Grayscale: #202020. Windows color (decimal): -15653584 or 3155217. OLE color: 3155217.
HSL color Cylindrical-coordinate representation of color #112530: hue angle of 201.29º 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 #112530 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 37 | 48 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.81 |
| HSL | 201.29º | 0.48% | 0.13% | - |
| HSV(B) | 201.29º | 0.65% | 0.19% | - |
| XYZ | 1.43 | 1.66 | 3.04 | - |
| YUV | 32.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 48 | 0.65 | 0.23 | 0 | 0.81 | 201.29 | 0.48 | 0.13 |
| Hex | 11 | 25 | 30 | 41 | 17 | 0 | 51 | C9 | 30 | D |
| Octal | 21 | 45 | 60 | 101 | 27 | 0 | 121 | 311 | 60 | 15 |
| Binary | 10001 | 100101 | 110000 | 1000001 | 10111 | 0 | 1010001 | 11001001 | 110000 | 1101 |
Color Harmonies of #112530
Complementary color
Monochromatic Colors of #112530
Black with #112530
Text Example
Text Example
White with #112530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112530; }
p { color: rgb(17,37,48); }
H1.HeaderClassName
{
color: #112530;
}
.AnyTagClassName
{
color: #112530;
}
</style>
background-color css
<style>
a { background-color: #112530; }
a { background-color: rgb(17,37,48); }
div.DivClassName
{
background-color: #112530;
}
.BgClassName
{
background-color: #112530;
}
</style>
border-color css
<style>
span { border-color: #112530; }
span { border-color: rgb(17,37,48); }
td.TdClassName
{
border-color: #112530;
}
.TagClassName
{
border-color: #112530;
}
</style>