#1F1F31

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

Shades of Jaguar #1F1F31

Tints of Jaguar #1F1F31

Color information

#1F1F31 (or 0x1F1F31) is unknown color: approx Jaguar. HEX triplet: 1F, 1F and 31. RGB value is (31,31,49). Sum of RGB (Red+Green+Blue) = 31+31+49=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 31 (12.5% from 255 or 27.93% 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 #1F1F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1F31 is #E0E0CE. Grayscale: #202020. Windows color (decimal): -14737615 or 3219231. OLE color: 3219231.

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

Color convert

RGB313149-
CMYK0.370.3700.81
HSL240º22.5%15.69%-
HSV(B)240º36.73%19.22%-
XYZ1.611.493.11-
YUV33.05137126.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.93%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=27.93%
G=27.93%
B=44.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3131490.370.3700.8124022.515.69
Hex1F1F312525051f01610
Octal373761454501213602620
Binary111111111111000110010110010101010001111100001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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