Shades of Jaguar #181537
Tints of Jaguar #181537
RGB
CMYK
RGB Variations
Color information
#181537 (or 0x181537) is known color: Jaguar. HEX triplet: 18, 15 and 37. RGB value is (24,21,55). Sum of RGB (Red+Green+Blue) = 24+21+55=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #181537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181537 is #E7EAC8. Grayscale: #191919. Windows color (decimal): -15198921 or 3609880. OLE color: 3609880.
HSL color Cylindrical-coordinate representation of color #181537: hue angle of 245.29º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181537 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 21 | 55 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.78 |
| HSL | 245.29º | 0.45% | 0.15% | - |
| HSV(B) | 245.29º | 0.62% | 0.22% | - |
| XYZ | 1.33 | 1.01 | 3.74 | - |
| YUV | 25.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 55 | 0.56 | 0.62 | 0 | 0.78 | 245.29 | 0.45 | 0.15 |
| Hex | 18 | 15 | 37 | 38 | 3E | 0 | 4E | F5 | 2D | F |
| Octal | 30 | 25 | 67 | 70 | 76 | 0 | 116 | 365 | 55 | 17 |
| Binary | 11000 | 10101 | 110111 | 111000 | 111110 | 0 | 1001110 | 11110101 | 101101 | 1111 |
Color Harmonies of #181537
Complementary color
Monochromatic Colors of #181537
Black with #181537
Text Example
Text Example
White with #181537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181537; }
p { color: rgb(24,21,55); }
H1.HeaderClassName
{
color: #181537;
}
.AnyTagClassName
{
color: #181537;
}
</style>
background-color css
<style>
a { background-color: #181537; }
a { background-color: rgb(24,21,55); }
div.DivClassName
{
background-color: #181537;
}
.BgClassName
{
background-color: #181537;
}
</style>
border-color css
<style>
span { border-color: #181537; }
span { border-color: rgb(24,21,55); }
td.TdClassName
{
border-color: #181537;
}
.TagClassName
{
border-color: #181537;
}
</style>