Shades of Jaguar #1C1B25
Tints of Jaguar #1C1B25
RGB
CMYK
RGB Variations
Color information
#1C1B25 (or 0x1C1B25) is known color: Jaguar. HEX triplet: 1C, 1B and 25. RGB value is (28,27,37). Sum of RGB (Red+Green+Blue) = 28+27+37=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #1C1B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B25 is #E3E4DA. Grayscale: #1C1C1C. Windows color (decimal): -14935259 or 2431772. OLE color: 2431772.
HSL color Cylindrical-coordinate representation of color #1C1B25: hue angle of 246º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1C1B25 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 27 | 37 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.85 |
| HSL | 246º | 0.16% | 0.13% | - |
| HSV(B) | 246º | 0.27% | 0.15% | - |
| XYZ | 1.2 | 1.16 | 1.91 | - |
| YUV | 28.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 37 | 0.24 | 0.27 | 0 | 0.85 | 246 | 0.16 | 0.13 |
| Hex | 1C | 1B | 25 | 18 | 1B | 0 | 55 | F6 | 10 | D |
| Octal | 34 | 33 | 45 | 30 | 33 | 0 | 125 | 366 | 20 | 15 |
| Binary | 11100 | 11011 | 100101 | 11000 | 11011 | 0 | 1010101 | 11110110 | 10000 | 1101 |
Color Harmonies of #1C1B25
Complementary color
Monochromatic Colors of #1C1B25
Black with #1C1B25
Text Example
Text Example
White with #1C1B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B25; }
p { color: rgb(28,27,37); }
H1.HeaderClassName
{
color: #1C1B25;
}
.AnyTagClassName
{
color: #1C1B25;
}
</style>
background-color css
<style>
a { background-color: #1C1B25; }
a { background-color: rgb(28,27,37); }
div.DivClassName
{
background-color: #1C1B25;
}
.BgClassName
{
background-color: #1C1B25;
}
</style>
border-color css
<style>
span { border-color: #1C1B25; }
span { border-color: rgb(28,27,37); }
td.TdClassName
{
border-color: #1C1B25;
}
.TagClassName
{
border-color: #1C1B25;
}
</style>