#202031

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

Shades of Jaguar #202031

Tints of Jaguar #202031

Color information

#202031 (or 0x202031) is unknown color: approx Jaguar. HEX triplet: 20, 20 and 31. RGB value is (32,32,49). Sum of RGB (Red+Green+Blue) = 32+32+49=113 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.32% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #202031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202031 is #DFDFCE. Grayscale: #212121. Windows color (decimal): -14671823 or 3219488. OLE color: 3219488.

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

Color convert

RGB323249-
CMYK0.350.3500.81
HSL240º20.99%15.88%-
HSV(B)240º34.69%19.22%-
XYZ1.671.563.12-
YUV33.94136.5126.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 28.32%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=28.32%
G=28.32%
B=43.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3232490.350.3500.8124020.9915.88
Hex2020312323051f01510
Octal404061434301213602520
Binary10000010000011000110001110001101010001111100001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202031; }

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

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

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

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

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

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

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

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