Html Css Color HEX #3E314D Jagger

📋 copy color: '#3E314D'

red 62 ◦ green 49 ◦ blue 77

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

Shades of Jagger #3E314D

Tints of Jagger #3E314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.96%

R = 32.98%
G = 26.06%
B = 40.96%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E314D (or 0x3E314D) is known color: Jagger. HEX triplet: 3E, 31 and 4D. RGB value is (62,49,77). Sum of RGB (Red+Green+Blue) = 62+49+77=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E314D is #C1CEB2. Grayscale: #373737. Windows color (decimal): -12701363 or 5058878. OLE color: 5058878.

HSL color Cylindrical-coordinate representation of color #3E314D: hue angle of 267.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3E314D is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 49 77 -
CMYK 0.19 0.36 0 0.70
HSL 267.86º 0.22% 0.25% -
HSV(B) 267.86º 0.36% 0.3% -
XYZ 4.42 3.76 7.51 -
YUV 56.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 62 49 77 0.19 0.36 0 0.70 267.86 0.22 0.25
Hex 3E 31 4D 13 24 0 46 10C 16 19
Octal 76 61 115 23 44 0 106 414 26 31
Binary 111110 110001 1001101 10011 100100 0 1000110 100001100 10110 11001

Color Harmonies of #3E314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E314D

Black with #3E314D

Text Example


Text Example

White with #3E314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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