Shades of Black Pearl #172532
Tints of Black Pearl #172532
RGB
CMYK
RGB Variations
Color information
#172532 (or 0x172532) is known color: Black Pearl. HEX triplet: 17, 25 and 32. RGB value is (23,37,50). Sum of RGB (Red+Green+Blue) = 23+37+50=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #172532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172532 is #E8DACD. Grayscale: #222222. Windows color (decimal): -15260366 or 3286295. OLE color: 3286295.
HSL color Cylindrical-coordinate representation of color #172532: hue angle of 208.89º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #172532 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 37 | 50 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.80 |
| HSL | 208.89º | 0.37% | 0.14% | - |
| HSV(B) | 208.89º | 0.54% | 0.2% | - |
| XYZ | 1.59 | 1.74 | 3.27 | - |
| YUV | 34.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 50 | 0.54 | 0.26 | 0 | 0.80 | 208.89 | 0.37 | 0.14 |
| Hex | 17 | 25 | 32 | 36 | 1A | 0 | 50 | D1 | 25 | E |
| Octal | 27 | 45 | 62 | 66 | 32 | 0 | 120 | 321 | 45 | 16 |
| Binary | 10111 | 100101 | 110010 | 110110 | 11010 | 0 | 1010000 | 11010001 | 100101 | 1110 |
Color Harmonies of #172532
Complementary color
Monochromatic Colors of #172532
Black with #172532
Text Example
Text Example
White with #172532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172532; }
p { color: rgb(23,37,50); }
H1.HeaderClassName
{
color: #172532;
}
.AnyTagClassName
{
color: #172532;
}
</style>
background-color css
<style>
a { background-color: #172532; }
a { background-color: rgb(23,37,50); }
div.DivClassName
{
background-color: #172532;
}
.BgClassName
{
background-color: #172532;
}
</style>
border-color css
<style>
span { border-color: #172532; }
span { border-color: rgb(23,37,50); }
td.TdClassName
{
border-color: #172532;
}
.TagClassName
{
border-color: #172532;
}
</style>