#201E31

Color #201E31 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #201E31

Tints of Jaguar #201E31

Color information

#201E31 (or 0x201E31) is unknown color: approx Jaguar. HEX triplet: 20, 1E and 31. RGB value is (32,30,49). Sum of RGB (Red+Green+Blue) = 32+30+49=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #201E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E31 is #DFE1CE. Grayscale: #202020. Windows color (decimal): -14672335 or 3218976. OLE color: 3218976.

HSL color Cylindrical-coordinate representation of color #201E31: hue angle of 246.32º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #201E31 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB323049-
CMYK0.350.3900.81
HSL246.32º24.05%15.49%-
HSV(B)246.32º38.78%19.22%-
XYZ1.611.463.1-
YUV32.76137.16127.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 28.83%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=28.83%
G=27.03%
B=44.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3230490.350.3900.81246.3224.0515.49
Hex201E312327051f618f
Octal403661434701213663017
Binary100000111101100011000111001110101000111110110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201E31; }

 p { color: rgb(32,30,49); }

 H1.HeaderClassName
 {
   color: #201E31;
 }
 .AnyTagClassName
 {
   color: #201E31;
 }
</style>
background-color css

<style>
 a { background-color: #201E31; }

 a { background-color: rgb(32,30,49); }

 div.DivClassName
 {
   background-color: #201E31;
 }
 .BgClassName
 {
   background-color: #201E31;
 }
</style>
border-color css

<style>
 span { border-color: #201E31; }

 span { border-color: rgb(32,30,49); }

 td.TdClassName
 {
   border-color: #201E31;
 }
 .TagClassName
 {
   border-color: #201E31;
 }
</style>