Shades of Black Pearl #17292F
Tints of Black Pearl #17292F
RGB
CMYK
RGB Variations
Color information
#17292F (or 0x17292F) is known color: Black Pearl. HEX triplet: 17, 29 and 2F. RGB value is (23,41,47). Sum of RGB (Red+Green+Blue) = 23+41+47=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #17292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17292F is #E8D6D0. Grayscale: #242424. Windows color (decimal): -15259345 or 3090711. OLE color: 3090711.
HSL color Cylindrical-coordinate representation of color #17292F: hue angle of 195º 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 #17292F is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 41 | 47 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.82 |
| HSL | 195º | 0.34% | 0.14% | - |
| HSV(B) | 195º | 0.51% | 0.18% | - |
| XYZ | 1.66 | 1.97 | 2.98 | - |
| YUV | 36.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 47 | 0.51 | 0.13 | 0 | 0.82 | 195 | 0.34 | 0.14 |
| Hex | 17 | 29 | 2F | 33 | D | 0 | 52 | C3 | 22 | E |
| Octal | 27 | 51 | 57 | 63 | 15 | 0 | 122 | 303 | 42 | 16 |
| Binary | 10111 | 101001 | 101111 | 110011 | 1101 | 0 | 1010010 | 11000011 | 100010 | 1110 |
Color Harmonies of #17292F
Complementary color
Monochromatic Colors of #17292F
Black with #17292F
Text Example
Text Example
White with #17292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17292F; }
p { color: rgb(23,41,47); }
H1.HeaderClassName
{
color: #17292F;
}
.AnyTagClassName
{
color: #17292F;
}
</style>
background-color css
<style>
a { background-color: #17292F; }
a { background-color: rgb(23,41,47); }
div.DivClassName
{
background-color: #17292F;
}
.BgClassName
{
background-color: #17292F;
}
</style>
border-color css
<style>
span { border-color: #17292F; }
span { border-color: rgb(23,41,47); }
td.TdClassName
{
border-color: #17292F;
}
.TagClassName
{
border-color: #17292F;
}
</style>