Shades of Jaguar #140F30
Tints of Jaguar #140F30
RGB
CMYK
RGB Variations
Color information
#140F30 (or 0x140F30) is known color: Jaguar. HEX triplet: 14, 0F and 30. RGB value is (20,15,48). Sum of RGB (Red+Green+Blue) = 20+15+48=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #140F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F30 is #EBF0CF. Grayscale: #141414. Windows color (decimal): -15462608 or 3149588. OLE color: 3149588.
HSL color Cylindrical-coordinate representation of color #140F30: hue angle of 249.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #140F30 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 15 | 48 | - |
| CMYK | 0.58 | 0.69 | 0 | 0.81 |
| HSL | 249.09º | 0.52% | 0.12% | - |
| HSV(B) | 249.09º | 0.69% | 0.19% | - |
| XYZ | 0.99 | 0.7 | 2.88 | - |
| YUV | 20.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 48 | 0.58 | 0.69 | 0 | 0.81 | 249.09 | 0.52 | 0.12 |
| Hex | 14 | F | 30 | 3A | 45 | 0 | 51 | F9 | 34 | C |
| Octal | 24 | 17 | 60 | 72 | 105 | 0 | 121 | 371 | 64 | 14 |
| Binary | 10100 | 1111 | 110000 | 111010 | 1000101 | 0 | 1010001 | 11111001 | 110100 | 1100 |
Color Harmonies of #140F30
Complementary color
Monochromatic Colors of #140F30
Black with #140F30
Text Example
Text Example
White with #140F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F30; }
p { color: rgb(20,15,48); }
H1.HeaderClassName
{
color: #140F30;
}
.AnyTagClassName
{
color: #140F30;
}
</style>
background-color css
<style>
a { background-color: #140F30; }
a { background-color: rgb(20,15,48); }
div.DivClassName
{
background-color: #140F30;
}
.BgClassName
{
background-color: #140F30;
}
</style>
border-color css
<style>
span { border-color: #140F30; }
span { border-color: rgb(20,15,48); }
td.TdClassName
{
border-color: #140F30;
}
.TagClassName
{
border-color: #140F30;
}
</style>