#3E3347

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

Shades of Jagger #3E3347

Tints of Jagger #3E3347

Color information

#3E3347 (or 0x3E3347) is unknown color: approx Jagger. HEX triplet: 3E, 33 and 47. RGB value is (62,51,71). Sum of RGB (Red+Green+Blue) = 62+51+71=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E3347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3347 is #C1CCB8. Grayscale: #383838. Windows color (decimal): -12700857 or 4666174. OLE color: 4666174.

HSL color Cylindrical-coordinate representation of color #3E3347: hue angle of 273º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E3347 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB625171-
CMYK0.130.2800.72
HSL273º16.39%23.92%-
HSV(B)273º28.17%27.84%-
XYZ4.313.856.48-
YUV56.57136.14131.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=33.70%
G=27.72%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6251710.130.2800.7227316.3923.92
Hex3E3347D1C0481111018
Octal7663107153401104212030
Binary1111101100111000111110111100010010001000100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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