Shades of Jaguar #140F2D
Tints of Jaguar #140F2D
RGB
CMYK
RGB Variations
Color information
#140F2D (or 0x140F2D) is known color: Jaguar. HEX triplet: 14, 0F and 2D. RGB value is (20,15,45). Sum of RGB (Red+Green+Blue) = 20+15+45=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #140F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F2D is #EBF0D2. Grayscale: #131313. Windows color (decimal): -15462611 or 2952980. OLE color: 2952980.
HSL color Cylindrical-coordinate representation of color #140F2D: hue angle of 250º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #140F2D is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 15 | 45 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.82 |
| HSL | 250º | 0.5% | 0.12% | - |
| HSV(B) | 250º | 0.67% | 0.18% | - |
| XYZ | 0.93 | 0.68 | 2.56 | - |
| YUV | 19.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 45 | 0.56 | 0.67 | 0 | 0.82 | 250 | 0.5 | 0.12 |
| Hex | 14 | F | 2D | 38 | 43 | 0 | 52 | FA | 32 | C |
| Octal | 24 | 17 | 55 | 70 | 103 | 0 | 122 | 372 | 62 | 14 |
| Binary | 10100 | 1111 | 101101 | 111000 | 1000011 | 0 | 1010010 | 11111010 | 110010 | 1100 |
Color Harmonies of #140F2D
Complementary color
Monochromatic Colors of #140F2D
Black with #140F2D
Text Example
Text Example
White with #140F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F2D; }
p { color: rgb(20,15,45); }
H1.HeaderClassName
{
color: #140F2D;
}
.AnyTagClassName
{
color: #140F2D;
}
</style>
background-color css
<style>
a { background-color: #140F2D; }
a { background-color: rgb(20,15,45); }
div.DivClassName
{
background-color: #140F2D;
}
.BgClassName
{
background-color: #140F2D;
}
</style>
border-color css
<style>
span { border-color: #140F2D; }
span { border-color: rgb(20,15,45); }
td.TdClassName
{
border-color: #140F2D;
}
.TagClassName
{
border-color: #140F2D;
}
</style>