Shades of Jaguar #17133C
Tints of Jaguar #17133C
RGB
CMYK
RGB Variations
Color information
#17133C (or 0x17133C) is known color: Jaguar. HEX triplet: 17, 13 and 3C. RGB value is (23,19,60). Sum of RGB (Red+Green+Blue) = 23+19+60=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #17133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17133C is #E8ECC3. Grayscale: #181818. Windows color (decimal): -15264964 or 3937047. OLE color: 3937047.
HSL color Cylindrical-coordinate representation of color #17133C: hue angle of 245.85º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17133C is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 19 | 60 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.76 |
| HSL | 245.85º | 0.52% | 0.15% | - |
| HSV(B) | 245.85º | 0.68% | 0.24% | - |
| XYZ | 1.4 | 0.97 | 4.39 | - |
| YUV | 24.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 60 | 0.62 | 0.68 | 0 | 0.76 | 245.85 | 0.52 | 0.15 |
| Hex | 17 | 13 | 3C | 3E | 44 | 0 | 4C | F6 | 34 | F |
| Octal | 27 | 23 | 74 | 76 | 104 | 0 | 114 | 366 | 64 | 17 |
| Binary | 10111 | 10011 | 111100 | 111110 | 1000100 | 0 | 1001100 | 11110110 | 110100 | 1111 |
Color Harmonies of #17133C
Complementary color
Monochromatic Colors of #17133C
Black with #17133C
Text Example
Text Example
White with #17133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17133C; }
p { color: rgb(23,19,60); }
H1.HeaderClassName
{
color: #17133C;
}
.AnyTagClassName
{
color: #17133C;
}
</style>
background-color css
<style>
a { background-color: #17133C; }
a { background-color: rgb(23,19,60); }
div.DivClassName
{
background-color: #17133C;
}
.BgClassName
{
background-color: #17133C;
}
</style>
border-color css
<style>
span { border-color: #17133C; }
span { border-color: rgb(23,19,60); }
td.TdClassName
{
border-color: #17133C;
}
.TagClassName
{
border-color: #17133C;
}
</style>