#1E1B37

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

Shades of Jaguar #1E1B37

Tints of Jaguar #1E1B37

Color information

#1E1B37 (or 0x1E1B37) is unknown color: approx Jaguar. HEX triplet: 1E, 1B and 37. RGB value is (30,27,55). Sum of RGB (Red+Green+Blue) = 30+27+55=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B37 is #E1E4C8. Grayscale: #1E1E1E. Windows color (decimal): -14804169 or 3611422. OLE color: 3611422.

HSL color Cylindrical-coordinate representation of color #1E1B37: hue angle of 246.43º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E1B37 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB302755-
CMYK0.450.5100.78
HSL246.43º34.15%16.08%-
HSV(B)246.43º50.91%21.57%-
XYZ1.621.343.79-
YUV31.09141.49127.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.79%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 55 (21.88% from 255) = 49.11%
R=26.79%
G=24.11%
B=49.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3027550.450.5100.78246.4334.1516.08
Hex1E1B372D3304Ef62210
Octal363367556301163664220
Binary1111011011110111101101110011010011101111011010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,27,55); }

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

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

 a { background-color: rgb(30,27,55); }

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

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

 span { border-color: rgb(30,27,55); }

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