Html Css Color HEX #3E3046 Jagger

📋 copy color: '#3E3046'

red 62 ◦ green 48 ◦ blue 70

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

Shades of Jagger #3E3046

Tints of Jagger #3E3046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

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

R = 34.44%
G = 26.67%
B = 38.89%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3E3046 (or 0x3E3046) is known color: Jagger. HEX triplet: 3E, 30 and 46. RGB value is (62,48,70). Sum of RGB (Red+Green+Blue) = 62+48+70=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3046 is #C1CFB9. Grayscale: #363636. Windows color (decimal): -12701626 or 4599870. OLE color: 4599870.

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

Color convert

RGB 62 48 70 -
CMYK 0.11 0.31 0 0.73
HSL 278.18º 0.19% 0.23% -
HSV(B) 278.18º 0.31% 0.27% -
XYZ 4.15 3.58 6.27 -
YUV 54.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 62 48 70 0.11 0.31 0 0.73 278.18 0.19 0.23
Hex 3E 30 46 B 1F 0 49 116 13 17
Octal 76 60 106 13 37 0 111 426 23 27
Binary 111110 110000 1000110 1011 11111 0 1001001 100010110 10011 10111

Color Harmonies of #3E3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3046

Black with #3E3046

Text Example


Text Example

White with #3E3046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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