Shades of Jaguar #171432
Tints of Jaguar #171432
RGB
CMYK
RGB Variations
Color information
#171432 (or 0x171432) is known color: Jaguar. HEX triplet: 17, 14 and 32. RGB value is (23,20,50). Sum of RGB (Red+Green+Blue) = 23+20+50=93 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.73% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #171432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171432 is #E8EBCD. Grayscale: #181818. Windows color (decimal): -15264718 or 3281943. OLE color: 3281943.
HSL color Cylindrical-coordinate representation of color #171432: hue angle of 246º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #171432 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 20 | 50 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.80 |
| HSL | 246º | 0.43% | 0.14% | - |
| HSV(B) | 246º | 0.6% | 0.2% | - |
| XYZ | 1.18 | 0.91 | 3.13 | - |
| YUV | 24.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 50 | 0.54 | 0.60 | 0 | 0.80 | 246 | 0.43 | 0.14 |
| Hex | 17 | 14 | 32 | 36 | 3C | 0 | 50 | F6 | 2B | E |
| Octal | 27 | 24 | 62 | 66 | 74 | 0 | 120 | 366 | 53 | 16 |
| Binary | 10111 | 10100 | 110010 | 110110 | 111100 | 0 | 1010000 | 11110110 | 101011 | 1110 |
Color Harmonies of #171432
Complementary color
Monochromatic Colors of #171432
Black with #171432
Text Example
Text Example
White with #171432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171432; }
p { color: rgb(23,20,50); }
H1.HeaderClassName
{
color: #171432;
}
.AnyTagClassName
{
color: #171432;
}
</style>
background-color css
<style>
a { background-color: #171432; }
a { background-color: rgb(23,20,50); }
div.DivClassName
{
background-color: #171432;
}
.BgClassName
{
background-color: #171432;
}
</style>
border-color css
<style>
span { border-color: #171432; }
span { border-color: rgb(23,20,50); }
td.TdClassName
{
border-color: #171432;
}
.TagClassName
{
border-color: #171432;
}
</style>