Shades of Black Pearl #172A2F
Tints of Black Pearl #172A2F
RGB
CMYK
RGB Variations
Color information
#172A2F (or 0x172A2F) is known color: Black Pearl. HEX triplet: 17, 2A and 2F. RGB value is (23,42,47). Sum of RGB (Red+Green+Blue) = 23+42+47=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #172A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A2F is #E8D5D0. Grayscale: #242424. Windows color (decimal): -15259089 or 3090967. OLE color: 3090967.
HSL color Cylindrical-coordinate representation of color #172A2F: hue angle of 192.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #172A2F is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 42 | 47 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.82 |
| HSL | 192.5º | 0.34% | 0.14% | - |
| HSV(B) | 192.5º | 0.51% | 0.18% | - |
| XYZ | 1.69 | 2.04 | 2.99 | - |
| YUV | 36.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 47 | 0.51 | 0.11 | 0 | 0.82 | 192.5 | 0.34 | 0.14 |
| Hex | 17 | 2A | 2F | 33 | B | 0 | 52 | C0 | 22 | E |
| Octal | 27 | 52 | 57 | 63 | 13 | 0 | 122 | 300 | 42 | 16 |
| Binary | 10111 | 101010 | 101111 | 110011 | 1011 | 0 | 1010010 | 11000000 | 100010 | 1110 |
Color Harmonies of #172A2F
Complementary color
Monochromatic Colors of #172A2F
Black with #172A2F
Text Example
Text Example
White with #172A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A2F; }
p { color: rgb(23,42,47); }
H1.HeaderClassName
{
color: #172A2F;
}
.AnyTagClassName
{
color: #172A2F;
}
</style>
background-color css
<style>
a { background-color: #172A2F; }
a { background-color: rgb(23,42,47); }
div.DivClassName
{
background-color: #172A2F;
}
.BgClassName
{
background-color: #172A2F;
}
</style>
border-color css
<style>
span { border-color: #172A2F; }
span { border-color: rgb(23,42,47); }
td.TdClassName
{
border-color: #172A2F;
}
.TagClassName
{
border-color: #172A2F;
}
</style>