#3E3046

Color #3E3046 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3E3046

Tints of Jagger #3E3046

Color information

#3E3046 (or 0x3E3046) is unknown color: approx Jagger. HEX triplet: 3E, 30 and 46. RGB value is (62,48,70). Sum of RGB (Red+Green+Blue) = 62+48+70=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3046 is #C1CFB9. Grayscale: #363636. Windows color (decimal): -12701626 or 4599870. OLE color: 4599870.

HSL color Cylindrical-coordinate representation of color #3E3046: hue angle of 278.18º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E3046 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB624870-
CMYK0.110.3100.73
HSL278.18º18.64%23.14%-
HSV(B)278.18º31.43%27.45%-
XYZ4.153.586.27-
YUV54.69136.64133.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=34.44%
G=26.67%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6248700.110.3100.73278.1818.6423.14
Hex3E3046B1F0491161317
Octal7660106133701114262327
Binary1111101100001000110101111111010010011000101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3046; }

 p { color: rgb(62,48,70); }

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

<style>
 a { background-color: #3E3046; }

 a { background-color: rgb(62,48,70); }

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

<style>
 span { border-color: #3E3046; }

 span { border-color: rgb(62,48,70); }

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