Html Css Color HEX #3E3B41 Jagger

📋 copy color: '#3E3B41'

red 62 ◦ green 59 ◦ blue 65

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

Shades of Jagger #3E3B41

Tints of Jagger #3E3B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 33.33%
G = 31.72%
B = 34.95%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E3B41 (or 0x3E3B41) is known color: Jagger. HEX triplet: 3E, 3B and 41. RGB value is (62,59,65). Sum of RGB (Red+Green+Blue) = 62+59+65=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E3B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B41 is #C1C4BE. Grayscale: #3C3C3C. Windows color (decimal): -12698815 or 4275006. OLE color: 4275006.

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

Color convert

RGB 62 59 65 -
CMYK 0.05 0.09 0 0.75
HSL 270º 0.05% 0.24% -
HSV(B) 270º 0.09% 0.25% -
XYZ 4.5 4.53 5.64 -
YUV 60.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 62 59 65 0.05 0.09 0 0.75 270 0.05 0.24
Hex 3E 3B 41 5 9 0 4B 10E 5 18
Octal 76 73 101 5 11 0 113 416 5 30
Binary 111110 111011 1000001 101 1001 0 1001011 100001110 101 11000

Color Harmonies of #3E3B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3B41

Black with #3E3B41

Text Example


Text Example

White with #3E3B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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