#1F1E3A

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

Shades of Jaguar #1F1E3A

Tints of Jaguar #1F1E3A

Color information

#1F1E3A (or 0x1F1E3A) is unknown color: approx Jaguar. HEX triplet: 1F, 1E and 3A. RGB value is (31,30,58). Sum of RGB (Red+Green+Blue) = 31+30+58=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F1E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1E3A is #E0E1C5. Grayscale: #212121. Windows color (decimal): -14737862 or 3808799. OLE color: 3808799.

HSL color Cylindrical-coordinate representation of color #1F1E3A: hue angle of 242.14º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F1E3A is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB313058-
CMYK0.470.4800.77
HSL242.14º31.82%17.25%-
HSV(B)242.14º48.28%22.75%-
XYZ1.791.534.2-
YUV33.49141.83126.22-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=26.05%
G=25.21%
B=48.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3130580.470.4800.77242.1431.8217.25
Hex1F1E3A2F3004Df22011
Octal373672576001153624021
Binary1111111110111010101111110000010011011111001010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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