Html Css Color HEX #3E3346 Jagger

📋 copy color: '#3E3346'

red 62 ◦ green 51 ◦ blue 70

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

Shades of Jagger #3E3346

Tints of Jagger #3E3346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 33.88%
G = 27.87%
B = 38.25%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E3346 (or 0x3E3346) is known color: Jagger. HEX triplet: 3E, 33 and 46. RGB value is (62,51,70). Sum of RGB (Red+Green+Blue) = 62+51+70=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3346 is #C1CCB9. Grayscale: #383838. Windows color (decimal): -12700858 or 4600638. OLE color: 4600638.

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

Color convert

RGB 62 51 70 -
CMYK 0.11 0.27 0 0.73
HSL 274.74º 0.16% 0.24% -
HSV(B) 274.74º 0.27% 0.27% -
XYZ 4.28 3.83 6.31 -
YUV 56.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 62 51 70 0.11 0.27 0 0.73 274.74 0.16 0.24
Hex 3E 33 46 B 1B 0 49 113 10 18
Octal 76 63 106 13 33 0 111 423 20 30
Binary 111110 110011 1000110 1011 11011 0 1001001 100010011 10000 11000

Color Harmonies of #3E3346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3346

Black with #3E3346

Text Example


Text Example

White with #3E3346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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