Shades of Black Pearl #172B31
Tints of Black Pearl #172B31
RGB
CMYK
RGB Variations
Color information
#172B31 (or 0x172B31) is known color: Black Pearl. HEX triplet: 17, 2B and 31. RGB value is (23,43,49). Sum of RGB (Red+Green+Blue) = 23+43+49=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #172B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172B31 is #E8D4CE. Grayscale: #252525. Windows color (decimal): -15258831 or 3222295. OLE color: 3222295.
HSL color Cylindrical-coordinate representation of color #172B31: hue angle of 193.85º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #172B31 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 43 | 49 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.81 |
| HSL | 193.85º | 0.36% | 0.14% | - |
| HSV(B) | 193.85º | 0.53% | 0.19% | - |
| XYZ | 1.77 | 2.13 | 3.22 | - |
| YUV | 37.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 49 | 0.53 | 0.12 | 0 | 0.81 | 193.85 | 0.36 | 0.14 |
| Hex | 17 | 2B | 31 | 35 | C | 0 | 51 | C2 | 24 | E |
| Octal | 27 | 53 | 61 | 65 | 14 | 0 | 121 | 302 | 44 | 16 |
| Binary | 10111 | 101011 | 110001 | 110101 | 1100 | 0 | 1010001 | 11000010 | 100100 | 1110 |
Color Harmonies of #172B31
Complementary color
Monochromatic Colors of #172B31
Black with #172B31
Text Example
Text Example
White with #172B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172B31; }
p { color: rgb(23,43,49); }
H1.HeaderClassName
{
color: #172B31;
}
.AnyTagClassName
{
color: #172B31;
}
</style>
background-color css
<style>
a { background-color: #172B31; }
a { background-color: rgb(23,43,49); }
div.DivClassName
{
background-color: #172B31;
}
.BgClassName
{
background-color: #172B31;
}
</style>
border-color css
<style>
span { border-color: #172B31; }
span { border-color: rgb(23,43,49); }
td.TdClassName
{
border-color: #172B31;
}
.TagClassName
{
border-color: #172B31;
}
</style>