#3E3344

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

Shades of Jagger #3E3344

Tints of Jagger #3E3344

Color information

#3E3344 (or 0x3E3344) is unknown color: approx Jagger. HEX triplet: 3E, 33 and 44. RGB value is (62,51,68). Sum of RGB (Red+Green+Blue) = 62+51+68=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E3344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3344 is #C1CCBB. Grayscale: #383838. Windows color (decimal): -12700860 or 4469566. OLE color: 4469566.

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

Color convert

RGB625168-
CMYK0.090.2500.73
HSL278.82º14.29%23.33%-
HSV(B)278.82º25%26.67%-
XYZ4.213.815.98-
YUV56.23134.64132.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=34.25%
G=28.18%
B=37.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6251680.090.2500.73278.8214.2923.33
Hex3E3344919049117e17
Octal7663104113101114271627
Binary111110110011100010010011100101001001100010111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,68); }

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

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

 a { background-color: rgb(62,51,68); }

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

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

 span { border-color: rgb(62,51,68); }

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