Html Css Color HEX #3E3146 Jagger

📋 copy color: '#3E3146'

red 62 ◦ green 49 ◦ blue 70

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

Shades of Jagger #3E3146

Tints of Jagger #3E3146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.67%

R = 34.25%
G = 27.07%
B = 38.67%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E3146 (or 0x3E3146) is known color: Jagger. HEX triplet: 3E, 31 and 46. RGB value is (62,49,70). Sum of RGB (Red+Green+Blue) = 62+49+70=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3146 is #C1CEB9. Grayscale: #373737. Windows color (decimal): -12701370 or 4600126. OLE color: 4600126.

HSL color Cylindrical-coordinate representation of color #3E3146: hue angle of 277.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E3146 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 62 49 70 -
CMYK 0.11 0.30 0 0.73
HSL 277.14º 0.18% 0.23% -
HSV(B) 277.14º 0.3% 0.27% -
XYZ 4.19 3.66 6.28 -
YUV 55.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 62 49 70 0.11 0.30 0 0.73 277.14 0.18 0.23
Hex 3E 31 46 B 1E 0 49 115 12 17
Octal 76 61 106 13 36 0 111 425 22 27
Binary 111110 110001 1000110 1011 11110 0 1001001 100010101 10010 10111

Color Harmonies of #3E3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3146

Black with #3E3146

Text Example


Text Example

White with #3E3146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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