Shades of Jaguar #1C1B2F
Tints of Jaguar #1C1B2F
RGB
CMYK
RGB Variations
Color information
#1C1B2F (or 0x1C1B2F) is known color: Jaguar. HEX triplet: 1C, 1B and 2F. RGB value is (28,27,47). Sum of RGB (Red+Green+Blue) = 28+27+47=102 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.45% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C1B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1B2F is #E3E4D0. Grayscale: #1D1D1D. Windows color (decimal): -14935249 or 3087132. OLE color: 3087132.
HSL color Cylindrical-coordinate representation of color #1C1B2F: hue angle of 243º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C1B2F is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 28 | 27 | 47 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.82 |
| HSL | 243º | 0.27% | 0.15% | - |
| HSV(B) | 243º | 0.43% | 0.18% | - |
| XYZ | 1.38 | 1.24 | 2.85 | - |
| YUV | 29.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 47 | 0.40 | 0.43 | 0 | 0.82 | 243 | 0.27 | 0.15 |
| Hex | 1C | 1B | 2F | 28 | 2B | 0 | 52 | F3 | 1B | F |
| Octal | 34 | 33 | 57 | 50 | 53 | 0 | 122 | 363 | 33 | 17 |
| Binary | 11100 | 11011 | 101111 | 101000 | 101011 | 0 | 1010010 | 11110011 | 11011 | 1111 |
Color Harmonies of #1C1B2F
Complementary color
Monochromatic Colors of #1C1B2F
Black with #1C1B2F
Text Example
Text Example
White with #1C1B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B2F; }
p { color: rgb(28,27,47); }
H1.HeaderClassName
{
color: #1C1B2F;
}
.AnyTagClassName
{
color: #1C1B2F;
}
</style>
background-color css
<style>
a { background-color: #1C1B2F; }
a { background-color: rgb(28,27,47); }
div.DivClassName
{
background-color: #1C1B2F;
}
.BgClassName
{
background-color: #1C1B2F;
}
</style>
border-color css
<style>
span { border-color: #1C1B2F; }
span { border-color: rgb(28,27,47); }
td.TdClassName
{
border-color: #1C1B2F;
}
.TagClassName
{
border-color: #1C1B2F;
}
</style>