Shades of Jaguar #171521
Tints of Jaguar #171521
RGB
CMYK
RGB Variations
Color information
#171521 (or 0x171521) is known color: Jaguar. HEX triplet: 17, 15 and 21. RGB value is (23,21,33). Sum of RGB (Red+Green+Blue) = 23+21+33=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #171521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171521 is #E8EADE. Grayscale: #161616. Windows color (decimal): -15264479 or 2168087. OLE color: 2168087.
HSL color Cylindrical-coordinate representation of color #171521: hue angle of 250º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #171521 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 21 | 33 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.87 |
| HSL | 250º | 0.22% | 0.11% | - |
| HSV(B) | 250º | 0.36% | 0.13% | - |
| XYZ | 0.9 | 0.83 | 1.55 | - |
| YUV | 22.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 33 | 0.30 | 0.36 | 0 | 0.87 | 250 | 0.22 | 0.11 |
| Hex | 17 | 15 | 21 | 1E | 24 | 0 | 57 | FA | 16 | B |
| Octal | 27 | 25 | 41 | 36 | 44 | 0 | 127 | 372 | 26 | 13 |
| Binary | 10111 | 10101 | 100001 | 11110 | 100100 | 0 | 1010111 | 11111010 | 10110 | 1011 |
Color Harmonies of #171521
Complementary color
Monochromatic Colors of #171521
Black with #171521
Text Example
Text Example
White with #171521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171521; }
p { color: rgb(23,21,33); }
H1.HeaderClassName
{
color: #171521;
}
.AnyTagClassName
{
color: #171521;
}
</style>
background-color css
<style>
a { background-color: #171521; }
a { background-color: rgb(23,21,33); }
div.DivClassName
{
background-color: #171521;
}
.BgClassName
{
background-color: #171521;
}
</style>
border-color css
<style>
span { border-color: #171521; }
span { border-color: rgb(23,21,33); }
td.TdClassName
{
border-color: #171521;
}
.TagClassName
{
border-color: #171521;
}
</style>