Shades of Jaguar #171332
Tints of Jaguar #171332
RGB
CMYK
RGB Variations
Color information
#171332 (or 0x171332) is known color: Jaguar. HEX triplet: 17, 13 and 32. RGB value is (23,19,50). Sum of RGB (Red+Green+Blue) = 23+19+50=92 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #171332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171332 is #E8ECCD. Grayscale: #171717. Windows color (decimal): -15264974 or 3281687. OLE color: 3281687.
HSL color Cylindrical-coordinate representation of color #171332: hue angle of 247.74º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #171332 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 19 | 50 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.80 |
| HSL | 247.74º | 0.45% | 0.14% | - |
| HSV(B) | 247.74º | 0.62% | 0.2% | - |
| XYZ | 1.16 | 0.88 | 3.13 | - |
| YUV | 23.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 50 | 0.54 | 0.62 | 0 | 0.80 | 247.74 | 0.45 | 0.14 |
| Hex | 17 | 13 | 32 | 36 | 3E | 0 | 50 | F8 | 2D | E |
| Octal | 27 | 23 | 62 | 66 | 76 | 0 | 120 | 370 | 55 | 16 |
| Binary | 10111 | 10011 | 110010 | 110110 | 111110 | 0 | 1010000 | 11111000 | 101101 | 1110 |
Color Harmonies of #171332
Complementary color
Monochromatic Colors of #171332
Black with #171332
Text Example
Text Example
White with #171332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171332; }
p { color: rgb(23,19,50); }
H1.HeaderClassName
{
color: #171332;
}
.AnyTagClassName
{
color: #171332;
}
</style>
background-color css
<style>
a { background-color: #171332; }
a { background-color: rgb(23,19,50); }
div.DivClassName
{
background-color: #171332;
}
.BgClassName
{
background-color: #171332;
}
</style>
border-color css
<style>
span { border-color: #171332; }
span { border-color: rgb(23,19,50); }
td.TdClassName
{
border-color: #171332;
}
.TagClassName
{
border-color: #171332;
}
</style>