Shades of Jaguar #17132B
Tints of Jaguar #17132B
RGB
CMYK
RGB Variations
Color information
#17132B (or 0x17132B) is known color: Jaguar. HEX triplet: 17, 13 and 2B. RGB value is (23,19,43). Sum of RGB (Red+Green+Blue) = 23+19+43=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 43 (17.19% from 255 or 50.59% from 85); Max value from RGB is 43 - color contains mainly: blue. Hex color #17132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17132B is #E8ECD4. Grayscale: #161616. Windows color (decimal): -15264981 or 2822935. OLE color: 2822935.
HSL color Cylindrical-coordinate representation of color #17132B: hue angle of 250º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #17132B is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 19 | 43 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.83 |
| HSL | 250º | 0.39% | 0.12% | - |
| HSV(B) | 250º | 0.56% | 0.17% | - |
| XYZ | 1.02 | 0.82 | 2.39 | - |
| YUV | 22.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 43 | 0.47 | 0.56 | 0 | 0.83 | 250 | 0.39 | 0.12 |
| Hex | 17 | 13 | 2B | 2F | 38 | 0 | 53 | FA | 27 | C |
| Octal | 27 | 23 | 53 | 57 | 70 | 0 | 123 | 372 | 47 | 14 |
| Binary | 10111 | 10011 | 101011 | 101111 | 111000 | 0 | 1010011 | 11111010 | 100111 | 1100 |
Color Harmonies of #17132B
Complementary color
Monochromatic Colors of #17132B
Black with #17132B
Text Example
Text Example
White with #17132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17132B; }
p { color: rgb(23,19,43); }
H1.HeaderClassName
{
color: #17132B;
}
.AnyTagClassName
{
color: #17132B;
}
</style>
background-color css
<style>
a { background-color: #17132B; }
a { background-color: rgb(23,19,43); }
div.DivClassName
{
background-color: #17132B;
}
.BgClassName
{
background-color: #17132B;
}
</style>
border-color css
<style>
span { border-color: #17132B; }
span { border-color: rgb(23,19,43); }
td.TdClassName
{
border-color: #17132B;
}
.TagClassName
{
border-color: #17132B;
}
</style>