Shades of Jaguar #201F34
Tints of Jaguar #201F34
RGB
CMYK
RGB Variations
Color information
#201F34 (or 0x201F34) is known color: Jaguar. HEX triplet: 20, 1F and 34. RGB value is (32,31,52). Sum of RGB (Red+Green+Blue) = 32+31+52=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #201F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201F34 is #DFE0CB. Grayscale: #212121. Windows color (decimal): -14672076 or 3415840. OLE color: 3415840.
HSL color Cylindrical-coordinate representation of color #201F34: hue angle of 242.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #201F34 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 31 | 52 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.80 |
| HSL | 242.86º | 0.25% | 0.16% | - |
| HSV(B) | 242.86º | 0.4% | 0.2% | - |
| XYZ | 1.71 | 1.53 | 3.46 | - |
| YUV | 33.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 52 | 0.38 | 0.40 | 0 | 0.80 | 242.86 | 0.25 | 0.16 |
| Hex | 20 | 1F | 34 | 26 | 28 | 0 | 50 | F3 | 19 | 10 |
| Octal | 40 | 37 | 64 | 46 | 50 | 0 | 120 | 363 | 31 | 20 |
| Binary | 100000 | 11111 | 110100 | 100110 | 101000 | 0 | 1010000 | 11110011 | 11001 | 10000 |
Color Harmonies of #201F34
Complementary color
Monochromatic Colors of #201F34
Black with #201F34
Text Example
Text Example
White with #201F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201F34; }
p { color: rgb(32,31,52); }
H1.HeaderClassName
{
color: #201F34;
}
.AnyTagClassName
{
color: #201F34;
}
</style>
background-color css
<style>
a { background-color: #201F34; }
a { background-color: rgb(32,31,52); }
div.DivClassName
{
background-color: #201F34;
}
.BgClassName
{
background-color: #201F34;
}
</style>
border-color css
<style>
span { border-color: #201F34; }
span { border-color: rgb(32,31,52); }
td.TdClassName
{
border-color: #201F34;
}
.TagClassName
{
border-color: #201F34;
}
</style>