Shades of Jaguar #1C1B29
Tints of Jaguar #1C1B29
RGB
CMYK
RGB Variations
Color information
#1C1B29 (or 0x1C1B29) is known color: Jaguar. HEX triplet: 1C, 1B and 29. RGB value is (28,27,41). Sum of RGB (Red+Green+Blue) = 28+27+41=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C1B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B29 is #E3E4D6. Grayscale: #1C1C1C. Windows color (decimal): -14935255 or 2693916. OLE color: 2693916.
HSL color Cylindrical-coordinate representation of color #1C1B29: hue angle of 244.29º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1C1B29 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 28 | 27 | 41 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.84 |
| HSL | 244.29º | 0.21% | 0.13% | - |
| HSV(B) | 244.29º | 0.34% | 0.16% | - |
| XYZ | 1.27 | 1.19 | 2.26 | - |
| YUV | 28.9 | 134.83 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 41 | 0.32 | 0.34 | 0 | 0.84 | 244.29 | 0.21 | 0.13 |
| Hex | 1C | 1B | 29 | 20 | 22 | 0 | 54 | F4 | 15 | D |
| Octal | 34 | 33 | 51 | 40 | 42 | 0 | 124 | 364 | 25 | 15 |
| Binary | 11100 | 11011 | 101001 | 100000 | 100010 | 0 | 1010100 | 11110100 | 10101 | 1101 |
Color Harmonies of #1C1B29
Complementary color
Monochromatic Colors of #1C1B29
Black with #1C1B29
Text Example
Text Example
White with #1C1B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B29; }
p { color: rgb(28,27,41); }
H1.HeaderClassName
{
color: #1C1B29;
}
.AnyTagClassName
{
color: #1C1B29;
}
</style>
background-color css
<style>
a { background-color: #1C1B29; }
a { background-color: rgb(28,27,41); }
div.DivClassName
{
background-color: #1C1B29;
}
.BgClassName
{
background-color: #1C1B29;
}
</style>
border-color css
<style>
span { border-color: #1C1B29; }
span { border-color: rgb(28,27,41); }
td.TdClassName
{
border-color: #1C1B29;
}
.TagClassName
{
border-color: #1C1B29;
}
</style>