Shades of Jaguar #1D1A38
Tints of Jaguar #1D1A38
RGB
CMYK
RGB Variations
Color information
#1D1A38 (or 0x1D1A38) is known color: Jaguar. HEX triplet: 1D, 1A and 38. RGB value is (29,26,56). Sum of RGB (Red+Green+Blue) = 29+26+56=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D1A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1A38 is #E2E5C7. Grayscale: #1E1E1E. Windows color (decimal): -14869960 or 3676701. OLE color: 3676701.
HSL color Cylindrical-coordinate representation of color #1D1A38: hue angle of 246º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D1A38 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 26 | 56 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.78 |
| HSL | 246º | 0.37% | 0.16% | - |
| HSV(B) | 246º | 0.54% | 0.22% | - |
| XYZ | 1.59 | 1.29 | 3.91 | - |
| YUV | 30.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 56 | 0.48 | 0.54 | 0 | 0.78 | 246 | 0.37 | 0.16 |
| Hex | 1D | 1A | 38 | 30 | 36 | 0 | 4E | F6 | 25 | 10 |
| Octal | 35 | 32 | 70 | 60 | 66 | 0 | 116 | 366 | 45 | 20 |
| Binary | 11101 | 11010 | 111000 | 110000 | 110110 | 0 | 1001110 | 11110110 | 100101 | 10000 |
Color Harmonies of #1D1A38
Complementary color
Monochromatic Colors of #1D1A38
Black with #1D1A38
Text Example
Text Example
White with #1D1A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A38; }
p { color: rgb(29,26,56); }
H1.HeaderClassName
{
color: #1D1A38;
}
.AnyTagClassName
{
color: #1D1A38;
}
</style>
background-color css
<style>
a { background-color: #1D1A38; }
a { background-color: rgb(29,26,56); }
div.DivClassName
{
background-color: #1D1A38;
}
.BgClassName
{
background-color: #1D1A38;
}
</style>
border-color css
<style>
span { border-color: #1D1A38; }
span { border-color: rgb(29,26,56); }
td.TdClassName
{
border-color: #1D1A38;
}
.TagClassName
{
border-color: #1D1A38;
}
</style>