#3E3941

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

Shades of Jagger #3E3941

Tints of Jagger #3E3941

Color information

#3E3941 (or 0x3E3941) is unknown color: approx Jagger. HEX triplet: 3E, 39 and 41. RGB value is (62,57,65). Sum of RGB (Red+Green+Blue) = 62+57+65=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3941 is #C1C6BE. Grayscale: #3B3B3B. Windows color (decimal): -12699327 or 4274494. OLE color: 4274494.

HSL color Cylindrical-coordinate representation of color #3E3941: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3E3941 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB625765-
CMYK0.050.1200.75
HSL277.5º6.56%23.92%-
HSV(B)277.5º12.31%25.49%-
XYZ4.44.335.61-
YUV59.41131.16129.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=33.70%
G=30.98%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6257650.050.1200.75277.56.5623.92
Hex3E39415C04B116718
Octal76711015140113426730
Binary111110111001100000110111000100101110001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,57,65); }

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

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

 a { background-color: rgb(62,57,65); }

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

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

 span { border-color: rgb(62,57,65); }

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