Shades of Jaguar #18143B
Tints of Jaguar #18143B
RGB
CMYK
RGB Variations
Color information
#18143B (or 0x18143B) is known color: Jaguar. HEX triplet: 18, 14 and 3B. RGB value is (24,20,59). Sum of RGB (Red+Green+Blue) = 24+20+59=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #18143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18143B is #E7EBC4. Grayscale: #191919. Windows color (decimal): -15199173 or 3871768. OLE color: 3871768.
HSL color Cylindrical-coordinate representation of color #18143B: hue angle of 246.15º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18143B is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 20 | 59 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.77 |
| HSL | 246.15º | 0.49% | 0.15% | - |
| HSV(B) | 246.15º | 0.66% | 0.23% | - |
| XYZ | 1.42 | 1.01 | 4.26 | - |
| YUV | 25.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 59 | 0.59 | 0.66 | 0 | 0.77 | 246.15 | 0.49 | 0.15 |
| Hex | 18 | 14 | 3B | 3B | 42 | 0 | 4D | F6 | 31 | F |
| Octal | 30 | 24 | 73 | 73 | 102 | 0 | 115 | 366 | 61 | 17 |
| Binary | 11000 | 10100 | 111011 | 111011 | 1000010 | 0 | 1001101 | 11110110 | 110001 | 1111 |
Color Harmonies of #18143B
Complementary color
Monochromatic Colors of #18143B
Black with #18143B
Text Example
Text Example
White with #18143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18143B; }
p { color: rgb(24,20,59); }
H1.HeaderClassName
{
color: #18143B;
}
.AnyTagClassName
{
color: #18143B;
}
</style>
background-color css
<style>
a { background-color: #18143B; }
a { background-color: rgb(24,20,59); }
div.DivClassName
{
background-color: #18143B;
}
.BgClassName
{
background-color: #18143B;
}
</style>
border-color css
<style>
span { border-color: #18143B; }
span { border-color: rgb(24,20,59); }
td.TdClassName
{
border-color: #18143B;
}
.TagClassName
{
border-color: #18143B;
}
</style>