Shades of Jaguar #171433
Tints of Jaguar #171433
RGB
CMYK
RGB Variations
Color information
#171433 (or 0x171433) is known color: Jaguar. HEX triplet: 17, 14 and 33. RGB value is (23,20,51). Sum of RGB (Red+Green+Blue) = 23+20+51=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #171433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171433 is #E8EBCC. Grayscale: #181818. Windows color (decimal): -15264717 or 3347479. OLE color: 3347479.
HSL color Cylindrical-coordinate representation of color #171433: hue angle of 245.81º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #171433 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 23 | 20 | 51 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.8 |
| HSL | 245.81º | 0.44% | 0.14% | - |
| HSV(B) | 245.81º | 0.61% | 0.2% | - |
| XYZ | 1.2 | 0.92 | 3.25 | - |
| YUV | 24.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 51 | 0.55 | 0.61 | 0 | 0.8 | 245.81 | 0.44 | 0.14 |
| Hex | 17 | 14 | 33 | 37 | 3D | 0 | 50 | F6 | 2C | E |
| Octal | 27 | 24 | 63 | 67 | 75 | 0 | 120 | 366 | 54 | 16 |
| Binary | 10111 | 10100 | 110011 | 110111 | 111101 | 0 | 1010000 | 11110110 | 101100 | 1110 |
Color Harmonies of #171433
Complementary color
Monochromatic Colors of #171433
Black with #171433
Text Example
Text Example
White with #171433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171433; }
p { color: rgb(23,20,51); }
H1.HeaderClassName
{
color: #171433;
}
.AnyTagClassName
{
color: #171433;
}
</style>
background-color css
<style>
a { background-color: #171433; }
a { background-color: rgb(23,20,51); }
div.DivClassName
{
background-color: #171433;
}
.BgClassName
{
background-color: #171433;
}
</style>
border-color css
<style>
span { border-color: #171433; }
span { border-color: rgb(23,20,51); }
td.TdClassName
{
border-color: #171433;
}
.TagClassName
{
border-color: #171433;
}
</style>