Shades of Jaguar #181735
Tints of Jaguar #181735
RGB
CMYK
RGB Variations
Color information
#181735 (or 0x181735) is known color: Jaguar. HEX triplet: 18, 17 and 35. RGB value is (24,23,53). Sum of RGB (Red+Green+Blue) = 24+23+53=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #181735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181735 is #E7E8CA. Grayscale: #1A1A1A. Windows color (decimal): -15198411 or 3479320. OLE color: 3479320.
HSL color Cylindrical-coordinate representation of color #181735: hue angle of 242º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #181735 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 23 | 53 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.79 |
| HSL | 242º | 0.39% | 0.15% | - |
| HSV(B) | 242º | 0.57% | 0.21% | - |
| XYZ | 1.33 | 1.06 | 3.5 | - |
| YUV | 26.72 | 142.83 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 53 | 0.55 | 0.57 | 0 | 0.79 | 242 | 0.39 | 0.15 |
| Hex | 18 | 17 | 35 | 37 | 39 | 0 | 4F | F2 | 27 | F |
| Octal | 30 | 27 | 65 | 67 | 71 | 0 | 117 | 362 | 47 | 17 |
| Binary | 11000 | 10111 | 110101 | 110111 | 111001 | 0 | 1001111 | 11110010 | 100111 | 1111 |
Color Harmonies of #181735
Complementary color
Monochromatic Colors of #181735
Black with #181735
Text Example
Text Example
White with #181735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181735; }
p { color: rgb(24,23,53); }
H1.HeaderClassName
{
color: #181735;
}
.AnyTagClassName
{
color: #181735;
}
</style>
background-color css
<style>
a { background-color: #181735; }
a { background-color: rgb(24,23,53); }
div.DivClassName
{
background-color: #181735;
}
.BgClassName
{
background-color: #181735;
}
</style>
border-color css
<style>
span { border-color: #181735; }
span { border-color: rgb(24,23,53); }
td.TdClassName
{
border-color: #181735;
}
.TagClassName
{
border-color: #181735;
}
</style>