Shades of Black Pearl #17292E
Tints of Black Pearl #17292E
RGB
CMYK
RGB Variations
Color information
#17292E (or 0x17292E) is known color: Black Pearl. HEX triplet: 17, 29 and 2E. RGB value is (23,41,46). Sum of RGB (Red+Green+Blue) = 23+41+46=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #17292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17292E is #E8D6D1. Grayscale: #242424. Windows color (decimal): -15259346 or 3025175. OLE color: 3025175.
HSL color Cylindrical-coordinate representation of color #17292E: hue angle of 193.04º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #17292E is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 41 | 46 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.82 |
| HSL | 193.04º | 0.33% | 0.14% | - |
| HSV(B) | 193.04º | 0.5% | 0.18% | - |
| XYZ | 1.64 | 1.97 | 2.88 | - |
| YUV | 36.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 46 | 0.50 | 0.11 | 0 | 0.82 | 193.04 | 0.33 | 0.14 |
| Hex | 17 | 29 | 2E | 32 | B | 0 | 52 | C1 | 21 | E |
| Octal | 27 | 51 | 56 | 62 | 13 | 0 | 122 | 301 | 41 | 16 |
| Binary | 10111 | 101001 | 101110 | 110010 | 1011 | 0 | 1010010 | 11000001 | 100001 | 1110 |
Color Harmonies of #17292E
Complementary color
Monochromatic Colors of #17292E
Black with #17292E
Text Example
Text Example
White with #17292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17292E; }
p { color: rgb(23,41,46); }
H1.HeaderClassName
{
color: #17292E;
}
.AnyTagClassName
{
color: #17292E;
}
</style>
background-color css
<style>
a { background-color: #17292E; }
a { background-color: rgb(23,41,46); }
div.DivClassName
{
background-color: #17292E;
}
.BgClassName
{
background-color: #17292E;
}
</style>
border-color css
<style>
span { border-color: #17292E; }
span { border-color: rgb(23,41,46); }
td.TdClassName
{
border-color: #17292E;
}
.TagClassName
{
border-color: #17292E;
}
</style>