#1F1D2E

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

Shades of Jaguar #1F1D2E

Tints of Jaguar #1F1D2E

Color information

#1F1D2E (or 0x1F1D2E) is unknown color: approx Jaguar. HEX triplet: 1F, 1D and 2E. RGB value is (31,29,46). Sum of RGB (Red+Green+Blue) = 31+29+46=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F1D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1D2E is #E0E2D1. Grayscale: #1F1F1F. Windows color (decimal): -14738130 or 3022111. OLE color: 3022111.

HSL color Cylindrical-coordinate representation of color #1F1D2E: hue angle of 247.06º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F1D2E is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB312946-
CMYK0.330.3700.82
HSL247.06º22.67%14.71%-
HSV(B)247.06º36.96%18.04%-
XYZ1.51.372.77-
YUV31.54136.16127.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 29.25%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 46 (18.36% from 255) = 43.40%
R=29.25%
G=27.36%
B=43.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3129460.330.3700.82247.0622.6714.71
Hex1F1D2E2125052f717f
Octal373556414501223672717
Binary11111111011011101000011001010101001011110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,29,46); }

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

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

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

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

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

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

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