#1F1E31

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

Shades of Jaguar #1F1E31

Tints of Jaguar #1F1E31

Color information

#1F1E31 (or 0x1F1E31) is unknown color: approx Jaguar. HEX triplet: 1F, 1E and 31. RGB value is (31,30,49). Sum of RGB (Red+Green+Blue) = 31+30+49=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F1E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1E31 is #E0E1CE. Grayscale: #202020. Windows color (decimal): -14737871 or 3218975. OLE color: 3218975.

HSL color Cylindrical-coordinate representation of color #1F1E31: hue angle of 243.16º 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 #1F1E31 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB313049-
CMYK0.370.3900.81
HSL243.16º24.05%15.49%-
HSV(B)243.16º38.78%19.22%-
XYZ1.581.443.1-
YUV32.46137.33126.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.18%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=28.18%
G=27.27%
B=44.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3130490.370.3900.81243.1624.0515.49
Hex1F1E312527051f318f
Octal373661454701213633017
Binary11111111101100011001011001110101000111110011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1E31; }

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

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

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

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

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

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

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

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