#1F1F3A

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

Shades of Jaguar #1F1F3A

Tints of Jaguar #1F1F3A

Color information

#1F1F3A (or 0x1F1F3A) is unknown color: approx Jaguar. HEX triplet: 1F, 1F and 3A. RGB value is (31,31,58). Sum of RGB (Red+Green+Blue) = 31+31+58=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F1F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1F3A is #E0E0C5. Grayscale: #212121. Windows color (decimal): -14737606 or 3809055. OLE color: 3809055.

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

Color convert

RGB313158-
CMYK0.470.4700.77
HSL240º30.34%17.45%-
HSV(B)240º46.55%22.75%-
XYZ1.821.584.21-
YUV34.08141.5125.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.83%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=25.83%
G=25.83%
B=48.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3131580.470.4700.7724030.3417.45
Hex1F1F3A2F2F04Df01e11
Octal373772575701153603621
Binary111111111111101010111110111101001101111100001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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