Html Css Color HEX #3E3142 Jagger

📋 copy color: '#3E3142'

red 62 ◦ green 49 ◦ blue 66

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

Shades of Jagger #3E3142

Tints of Jagger #3E3142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.29%

R = 35.03%
G = 27.68%
B = 37.29%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3E3142 (or 0x3E3142) is known color: Jagger. HEX triplet: 3E, 31 and 42. RGB value is (62,49,66). Sum of RGB (Red+Green+Blue) = 62+49+66=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E3142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3142 is #C1CEBD. Grayscale: #363636. Windows color (decimal): -12701374 or 4337982. OLE color: 4337982.

HSL color Cylindrical-coordinate representation of color #3E3142: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E3142 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 62 49 66 -
CMYK 0.06 0.26 0 0.74
HSL 285.88º 0.15% 0.23% -
HSV(B) 285.88º 0.26% 0.26% -
XYZ 4.07 3.61 5.64 -
YUV 54.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 62 49 66 0.06 0.26 0 0.74 285.88 0.15 0.23
Hex 3E 31 42 6 1A 0 4A 11E F 17
Octal 76 61 102 6 32 0 112 436 17 27
Binary 111110 110001 1000010 110 11010 0 1001010 100011110 1111 10111

Color Harmonies of #3E3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3142

Black with #3E3142

Text Example


Text Example

White with #3E3142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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