Shades of Jaguar #1C1935
Tints of Jaguar #1C1935
RGB
CMYK
RGB Variations
Color information
#1C1935 (or 0x1C1935) is known color: Jaguar. HEX triplet: 1C, 19 and 35. RGB value is (28,25,53). Sum of RGB (Red+Green+Blue) = 28+25+53=106 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.42% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #1C1935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1935 is #E3E6CA. Grayscale: #1C1C1C. Windows color (decimal): -14935755 or 3479836. OLE color: 3479836.
HSL color Cylindrical-coordinate representation of color #1C1935: hue angle of 246.43º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C1935 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 25 | 53 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.79 |
| HSL | 246.43º | 0.36% | 0.15% | - |
| HSV(B) | 246.43º | 0.53% | 0.21% | - |
| XYZ | 1.47 | 1.2 | 3.52 | - |
| YUV | 29.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 53 | 0.47 | 0.53 | 0 | 0.79 | 246.43 | 0.36 | 0.15 |
| Hex | 1C | 19 | 35 | 2F | 35 | 0 | 4F | F6 | 24 | F |
| Octal | 34 | 31 | 65 | 57 | 65 | 0 | 117 | 366 | 44 | 17 |
| Binary | 11100 | 11001 | 110101 | 101111 | 110101 | 0 | 1001111 | 11110110 | 100100 | 1111 |
Color Harmonies of #1C1935
Complementary color
Monochromatic Colors of #1C1935
Black with #1C1935
Text Example
Text Example
White with #1C1935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1935; }
p { color: rgb(28,25,53); }
H1.HeaderClassName
{
color: #1C1935;
}
.AnyTagClassName
{
color: #1C1935;
}
</style>
background-color css
<style>
a { background-color: #1C1935; }
a { background-color: rgb(28,25,53); }
div.DivClassName
{
background-color: #1C1935;
}
.BgClassName
{
background-color: #1C1935;
}
</style>
border-color css
<style>
span { border-color: #1C1935; }
span { border-color: rgb(28,25,53); }
td.TdClassName
{
border-color: #1C1935;
}
.TagClassName
{
border-color: #1C1935;
}
</style>