Shades of Jaguar #171527
Tints of Jaguar #171527
RGB
CMYK
RGB Variations
Color information
#171527 (or 0x171527) is known color: Jaguar. HEX triplet: 17, 15 and 27. RGB value is (23,21,39). Sum of RGB (Red+Green+Blue) = 23+21+39=83 (10% of max value = 765). Red value is 23 (9.38% from 255 or 27.71% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #171527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171527 is #E8EAD8. Grayscale: #171717. Windows color (decimal): -15264473 or 2561303. OLE color: 2561303.
HSL color Cylindrical-coordinate representation of color #171527: hue angle of 246.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #171527 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 21 | 39 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.85 |
| HSL | 246.67º | 0.3% | 0.12% | - |
| HSV(B) | 246.67º | 0.46% | 0.15% | - |
| XYZ | 0.99 | 0.86 | 2.03 | - |
| YUV | 23.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 39 | 0.41 | 0.46 | 0 | 0.85 | 246.67 | 0.3 | 0.12 |
| Hex | 17 | 15 | 27 | 29 | 2E | 0 | 55 | F7 | 1E | C |
| Octal | 27 | 25 | 47 | 51 | 56 | 0 | 125 | 367 | 36 | 14 |
| Binary | 10111 | 10101 | 100111 | 101001 | 101110 | 0 | 1010101 | 11110111 | 11110 | 1100 |
Color Harmonies of #171527
Complementary color
Monochromatic Colors of #171527
Black with #171527
Text Example
Text Example
White with #171527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171527; }
p { color: rgb(23,21,39); }
H1.HeaderClassName
{
color: #171527;
}
.AnyTagClassName
{
color: #171527;
}
</style>
background-color css
<style>
a { background-color: #171527; }
a { background-color: rgb(23,21,39); }
div.DivClassName
{
background-color: #171527;
}
.BgClassName
{
background-color: #171527;
}
</style>
border-color css
<style>
span { border-color: #171527; }
span { border-color: rgb(23,21,39); }
td.TdClassName
{
border-color: #171527;
}
.TagClassName
{
border-color: #171527;
}
</style>