Html Css Color HEX #3E3B40 Jagger

📋 copy color: '#3E3B40'

red 62 ◦ green 59 ◦ blue 64

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

Shades of Jagger #3E3B40

Tints of Jagger #3E3B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.89%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 33.51%
G = 31.89%
B = 34.59%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E3B40 (or 0x3E3B40) is known color: Jagger. HEX triplet: 3E, 3B and 40. RGB value is (62,59,64). Sum of RGB (Red+Green+Blue) = 62+59+64=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E3B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B40 is #C1C4BF. Grayscale: #3C3C3C. Windows color (decimal): -12698816 or 4209470. OLE color: 4209470.

HSL color Cylindrical-coordinate representation of color #3E3B40: hue angle of 276º degrees, saturation: 0.04, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3E3B40 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 59 64 -
CMYK 0.03 0.08 0 0.75
HSL 276º 0.04% 0.24% -
HSV(B) 276º 0.08% 0.25% -
XYZ 4.48 4.52 5.49 -
YUV 60.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 62 59 64 0.03 0.08 0 0.75 276 0.04 0.24
Hex 3E 3B 40 3 8 0 4B 114 4 18
Octal 76 73 100 3 10 0 113 424 4 30
Binary 111110 111011 1000000 11 1000 0 1001011 100010100 100 11000

Color Harmonies of #3E3B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3B40

Black with #3E3B40

Text Example


Text Example

White with #3E3B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,59,64); }

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

background-color css

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

 a { background-color: rgb(62,59,64); }

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

border-color css

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

 span { border-color: rgb(62,59,64); }

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