Shades of Jaguar #120D30
Tints of Jaguar #120D30
RGB
CMYK
RGB Variations
Color information
#120D30 (or 0x120D30) is known color: Jaguar. HEX triplet: 12, 0D and 30. RGB value is (18,13,48). Sum of RGB (Red+Green+Blue) = 18+13+48=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 48 (19.14% from 255 or 60.76% from 79); Max value from RGB is 48 - color contains mainly: blue. Hex color #120D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D30 is #EDF2CF. Grayscale: #121212. Windows color (decimal): -15594192 or 3149074. OLE color: 3149074.
HSL color Cylindrical-coordinate representation of color #120D30: hue angle of 248.57º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #120D30 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 13 | 48 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.81 |
| HSL | 248.57º | 0.57% | 0.12% | - |
| HSV(B) | 248.57º | 0.73% | 0.19% | - |
| XYZ | 0.93 | 0.63 | 2.87 | - |
| YUV | 18.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 48 | 0.63 | 0.73 | 0 | 0.81 | 248.57 | 0.57 | 0.12 |
| Hex | 12 | D | 30 | 3F | 49 | 0 | 51 | F9 | 39 | C |
| Octal | 22 | 15 | 60 | 77 | 111 | 0 | 121 | 371 | 71 | 14 |
| Binary | 10010 | 1101 | 110000 | 111111 | 1001001 | 0 | 1010001 | 11111001 | 111001 | 1100 |
Color Harmonies of #120D30
Complementary color
Monochromatic Colors of #120D30
Black with #120D30
Text Example
Text Example
White with #120D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D30; }
p { color: rgb(18,13,48); }
H1.HeaderClassName
{
color: #120D30;
}
.AnyTagClassName
{
color: #120D30;
}
</style>
background-color css
<style>
a { background-color: #120D30; }
a { background-color: rgb(18,13,48); }
div.DivClassName
{
background-color: #120D30;
}
.BgClassName
{
background-color: #120D30;
}
</style>
border-color css
<style>
span { border-color: #120D30; }
span { border-color: rgb(18,13,48); }
td.TdClassName
{
border-color: #120D30;
}
.TagClassName
{
border-color: #120D30;
}
</style>