Shades of Jaguar #17132D
Tints of Jaguar #17132D
RGB
CMYK
RGB Variations
Color information
#17132D (or 0x17132D) is known color: Jaguar. HEX triplet: 17, 13 and 2D. RGB value is (23,19,45). Sum of RGB (Red+Green+Blue) = 23+19+45=87 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.44% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #17132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17132D is #E8ECD2. Grayscale: #171717. Windows color (decimal): -15264979 or 2954007. OLE color: 2954007.
HSL color Cylindrical-coordinate representation of color #17132D: hue angle of 249.23º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #17132D is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 19 | 45 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.82 |
| HSL | 249.23º | 0.41% | 0.13% | - |
| HSV(B) | 249.23º | 0.58% | 0.18% | - |
| XYZ | 1.06 | 0.84 | 2.59 | - |
| YUV | 23.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 45 | 0.49 | 0.58 | 0 | 0.82 | 249.23 | 0.41 | 0.13 |
| Hex | 17 | 13 | 2D | 31 | 3A | 0 | 52 | F9 | 29 | D |
| Octal | 27 | 23 | 55 | 61 | 72 | 0 | 122 | 371 | 51 | 15 |
| Binary | 10111 | 10011 | 101101 | 110001 | 111010 | 0 | 1010010 | 11111001 | 101001 | 1101 |
Color Harmonies of #17132D
Complementary color
Monochromatic Colors of #17132D
Black with #17132D
Text Example
Text Example
White with #17132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17132D; }
p { color: rgb(23,19,45); }
H1.HeaderClassName
{
color: #17132D;
}
.AnyTagClassName
{
color: #17132D;
}
</style>
background-color css
<style>
a { background-color: #17132D; }
a { background-color: rgb(23,19,45); }
div.DivClassName
{
background-color: #17132D;
}
.BgClassName
{
background-color: #17132D;
}
</style>
border-color css
<style>
span { border-color: #17132D; }
span { border-color: rgb(23,19,45); }
td.TdClassName
{
border-color: #17132D;
}
.TagClassName
{
border-color: #17132D;
}
</style>