Shades of Jaguar #1C1B24
Tints of Jaguar #1C1B24
RGB
CMYK
RGB Variations
Color information
#1C1B24 (or 0x1C1B24) is known color: Jaguar. HEX triplet: 1C, 1B and 24. RGB value is (28,27,36). Sum of RGB (Red+Green+Blue) = 28+27+36=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: blue. Hex color #1C1B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B24 is #E3E4DB. Grayscale: #1C1C1C. Windows color (decimal): -14935260 or 2366236. OLE color: 2366236.
HSL color Cylindrical-coordinate representation of color #1C1B24: hue angle of 246.67º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1C1B24 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 27 | 36 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.86 |
| HSL | 246.67º | 0.14% | 0.12% | - |
| HSV(B) | 246.67º | 0.25% | 0.14% | - |
| XYZ | 1.19 | 1.16 | 1.83 | - |
| YUV | 28.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 36 | 0.22 | 0.25 | 0 | 0.86 | 246.67 | 0.14 | 0.12 |
| Hex | 1C | 1B | 24 | 16 | 19 | 0 | 56 | F7 | E | C |
| Octal | 34 | 33 | 44 | 26 | 31 | 0 | 126 | 367 | 16 | 14 |
| Binary | 11100 | 11011 | 100100 | 10110 | 11001 | 0 | 1010110 | 11110111 | 1110 | 1100 |
Color Harmonies of #1C1B24
Complementary color
Monochromatic Colors of #1C1B24
Black with #1C1B24
Text Example
Text Example
White with #1C1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B24; }
p { color: rgb(28,27,36); }
H1.HeaderClassName
{
color: #1C1B24;
}
.AnyTagClassName
{
color: #1C1B24;
}
</style>
background-color css
<style>
a { background-color: #1C1B24; }
a { background-color: rgb(28,27,36); }
div.DivClassName
{
background-color: #1C1B24;
}
.BgClassName
{
background-color: #1C1B24;
}
</style>
border-color css
<style>
span { border-color: #1C1B24; }
span { border-color: rgb(28,27,36); }
td.TdClassName
{
border-color: #1C1B24;
}
.TagClassName
{
border-color: #1C1B24;
}
</style>