Shades of Jaguar #1C1B37
Tints of Jaguar #1C1B37
RGB
CMYK
RGB Variations
Color information
#1C1B37 (or 0x1C1B37) is known color: Jaguar. HEX triplet: 1C, 1B and 37. RGB value is (28,27,55). Sum of RGB (Red+Green+Blue) = 28+27+55=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #1C1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B37 is #E3E4C8. Grayscale: #1E1E1E. Windows color (decimal): -14935241 or 3611420. OLE color: 3611420.
HSL color Cylindrical-coordinate representation of color #1C1B37: hue angle of 242.14º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C1B37 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 27 | 55 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.78 |
| HSL | 242.14º | 0.34% | 0.16% | - |
| HSV(B) | 242.14º | 0.51% | 0.22% | - |
| XYZ | 1.56 | 1.31 | 3.78 | - |
| YUV | 30.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 55 | 0.49 | 0.51 | 0 | 0.78 | 242.14 | 0.34 | 0.16 |
| Hex | 1C | 1B | 37 | 31 | 33 | 0 | 4E | F2 | 22 | 10 |
| Octal | 34 | 33 | 67 | 61 | 63 | 0 | 116 | 362 | 42 | 20 |
| Binary | 11100 | 11011 | 110111 | 110001 | 110011 | 0 | 1001110 | 11110010 | 100010 | 10000 |
Color Harmonies of #1C1B37
Complementary color
Monochromatic Colors of #1C1B37
Black with #1C1B37
Text Example
Text Example
White with #1C1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B37; }
p { color: rgb(28,27,55); }
H1.HeaderClassName
{
color: #1C1B37;
}
.AnyTagClassName
{
color: #1C1B37;
}
</style>
background-color css
<style>
a { background-color: #1C1B37; }
a { background-color: rgb(28,27,55); }
div.DivClassName
{
background-color: #1C1B37;
}
.BgClassName
{
background-color: #1C1B37;
}
</style>
border-color css
<style>
span { border-color: #1C1B37; }
span { border-color: rgb(28,27,55); }
td.TdClassName
{
border-color: #1C1B37;
}
.TagClassName
{
border-color: #1C1B37;
}
</style>