Shades of Jaguar #181527
Tints of Jaguar #181527
RGB
CMYK
RGB Variations
Color information
#181527 (or 0x181527) is known color: Jaguar. HEX triplet: 18, 15 and 27. RGB value is (24,21,39). Sum of RGB (Red+Green+Blue) = 24+21+39=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #181527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181527 is #E7EAD8. Grayscale: #171717. Windows color (decimal): -15198937 or 2561304. OLE color: 2561304.
HSL color Cylindrical-coordinate representation of color #181527: hue angle of 250º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #181527 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 21 | 39 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.85 |
| HSL | 250º | 0.3% | 0.12% | - |
| HSV(B) | 250º | 0.46% | 0.15% | - |
| XYZ | 1.01 | 0.88 | 2.04 | - |
| YUV | 23.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 39 | 0.38 | 0.46 | 0 | 0.85 | 250 | 0.3 | 0.12 |
| Hex | 18 | 15 | 27 | 26 | 2E | 0 | 55 | FA | 1E | C |
| Octal | 30 | 25 | 47 | 46 | 56 | 0 | 125 | 372 | 36 | 14 |
| Binary | 11000 | 10101 | 100111 | 100110 | 101110 | 0 | 1010101 | 11111010 | 11110 | 1100 |
Color Harmonies of #181527
Complementary color
Monochromatic Colors of #181527
Black with #181527
Text Example
Text Example
White with #181527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181527; }
p { color: rgb(24,21,39); }
H1.HeaderClassName
{
color: #181527;
}
.AnyTagClassName
{
color: #181527;
}
</style>
background-color css
<style>
a { background-color: #181527; }
a { background-color: rgb(24,21,39); }
div.DivClassName
{
background-color: #181527;
}
.BgClassName
{
background-color: #181527;
}
</style>
border-color css
<style>
span { border-color: #181527; }
span { border-color: rgb(24,21,39); }
td.TdClassName
{
border-color: #181527;
}
.TagClassName
{
border-color: #181527;
}
</style>