Html Css Color HEX #3E3149 Jagger

📋 copy color: '#3E3149'

red 62 ◦ green 49 ◦ blue 73

#3E3149
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #3E3149

Tints of Jagger #3E3149

RGB

 RED value IS 62 (24.61% from 255) = 33.7%

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 73 (28.91% from 255) = 39.67%

R = 33.7%
G = 26.63%
B = 39.67%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E3149 (or 0x3E3149) is known color: Jagger. HEX triplet: 3E, 31 and 49. RGB value is (62,49,73). Sum of RGB (Red+Green+Blue) = 62+49+73=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E3149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3149 is #C1CEB6. Grayscale: #373737. Windows color (decimal): -12701367 or 4796734. OLE color: 4796734.

HSL color Cylindrical-coordinate representation of color #3E3149: hue angle of 272.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E3149 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 49 73 -
CMYK 0.15 0.33 0 0.71
HSL 272.5º 0.2% 0.24% -
HSV(B) 272.5º 0.33% 0.29% -
XYZ 4.29 3.7 6.79 -
YUV 55.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 62 49 73 0.15 0.33 0 0.71 272.5 0.2 0.24
Hex 3E 31 49 F 21 0 47 110 14 18
Octal 76 61 111 17 41 0 107 420 24 30
Binary 111110 110001 1001001 1111 100001 0 1000111 100010000 10100 11000

Color Harmonies of #3E3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3149

Black with #3E3149

Text Example


Text Example

White with #3E3149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,73); }

 H1.HeaderClassName
 {
   color: #3E3149;
 }
 .AnyTagClassName
 {
   color: #3E3149;
 }
</style>

background-color css

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

 a { background-color: rgb(62,49,73); }

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

border-color css

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

 span { border-color: rgb(62,49,73); }

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