Shades of Jaguar #1D1C21
Tints of Jaguar #1D1C21
RGB
CMYK
RGB Variations
Color information
#1D1C21 (or 0x1D1C21) is known color: Jaguar. HEX triplet: 1D, 1C and 21. RGB value is (29,28,33). Sum of RGB (Red+Green+Blue) = 29+28+33=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D1C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1C21 is #E2E3DE. Grayscale: #1C1C1C. Windows color (decimal): -14869471 or 2169885. OLE color: 2169885.
HSL color Cylindrical-coordinate representation of color #1D1C21: hue angle of 252º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1D1C21 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 28 | 33 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.87 |
| HSL | 252º | 0.08% | 0.12% | - |
| HSV(B) | 252º | 0.15% | 0.13% | - |
| XYZ | 1.2 | 1.2 | 1.61 | - |
| YUV | 28.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 33 | 0.12 | 0.15 | 0 | 0.87 | 252 | 0.08 | 0.12 |
| Hex | 1D | 1C | 21 | C | F | 0 | 57 | FC | 8 | C |
| Octal | 35 | 34 | 41 | 14 | 17 | 0 | 127 | 374 | 10 | 14 |
| Binary | 11101 | 11100 | 100001 | 1100 | 1111 | 0 | 1010111 | 11111100 | 1000 | 1100 |
Color Harmonies of #1D1C21
Complementary color
Monochromatic Colors of #1D1C21
Black with #1D1C21
Text Example
Text Example
White with #1D1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1C21; }
p { color: rgb(29,28,33); }
H1.HeaderClassName
{
color: #1D1C21;
}
.AnyTagClassName
{
color: #1D1C21;
}
</style>
background-color css
<style>
a { background-color: #1D1C21; }
a { background-color: rgb(29,28,33); }
div.DivClassName
{
background-color: #1D1C21;
}
.BgClassName
{
background-color: #1D1C21;
}
</style>
border-color css
<style>
span { border-color: #1D1C21; }
span { border-color: rgb(29,28,33); }
td.TdClassName
{
border-color: #1D1C21;
}
.TagClassName
{
border-color: #1D1C21;
}
</style>