Shades of Black Pearl #172A31
Tints of Black Pearl #172A31
RGB
CMYK
RGB Variations
Color information
#172A31 (or 0x172A31) is known color: Black Pearl. HEX triplet: 17, 2A and 31. RGB value is (23,42,49). Sum of RGB (Red+Green+Blue) = 23+42+49=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #172A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A31 is #E8D5CE. Grayscale: #252525. Windows color (decimal): -15259087 or 3222039. OLE color: 3222039.
HSL color Cylindrical-coordinate representation of color #172A31: hue angle of 196.15º 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 #172A31 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 42 | 49 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.81 |
| HSL | 196.15º | 0.36% | 0.14% | - |
| HSV(B) | 196.15º | 0.53% | 0.19% | - |
| XYZ | 1.74 | 2.06 | 3.21 | - |
| YUV | 37.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 49 | 0.53 | 0.14 | 0 | 0.81 | 196.15 | 0.36 | 0.14 |
| Hex | 17 | 2A | 31 | 35 | E | 0 | 51 | C4 | 24 | E |
| Octal | 27 | 52 | 61 | 65 | 16 | 0 | 121 | 304 | 44 | 16 |
| Binary | 10111 | 101010 | 110001 | 110101 | 1110 | 0 | 1010001 | 11000100 | 100100 | 1110 |
Color Harmonies of #172A31
Complementary color
Monochromatic Colors of #172A31
Black with #172A31
Text Example
Text Example
White with #172A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A31; }
p { color: rgb(23,42,49); }
H1.HeaderClassName
{
color: #172A31;
}
.AnyTagClassName
{
color: #172A31;
}
</style>
background-color css
<style>
a { background-color: #172A31; }
a { background-color: rgb(23,42,49); }
div.DivClassName
{
background-color: #172A31;
}
.BgClassName
{
background-color: #172A31;
}
</style>
border-color css
<style>
span { border-color: #172A31; }
span { border-color: rgb(23,42,49); }
td.TdClassName
{
border-color: #172A31;
}
.TagClassName
{
border-color: #172A31;
}
</style>