Html Css Color HEX #3E312C Slugger

📋 copy color: '#3E312C'

red 62 ◦ green 49 ◦ blue 44

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

Shades of Slugger #3E312C

Tints of Slugger #3E312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 40%
G = 31.61%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.76

RGB Variations

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

Color information

#3E312C (or 0x3E312C) is known color: Slugger. HEX triplet: 3E, 31 and 2C. RGB value is (62,49,44). Sum of RGB (Red+Green+Blue) = 62+49+44=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 62 - color contains mainly: red. Hex color #3E312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E312C is #C1CED3. Grayscale: #343434. Windows color (decimal): -12701396 or 2896190. OLE color: 2896190.

HSL color Cylindrical-coordinate representation of color #3E312C: hue angle of 16.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E312C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 49 44 -
CMYK 0 0.21 0.29 0.76
HSL 16.67º 0.17% 0.21% -
HSV(B) 16.67º 0.29% 0.24% -
XYZ 3.54 3.4 2.85 -
YUV 52.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 62 49 44 0 0.21 0.29 0.76 16.67 0.17 0.21
Hex 3E 31 2C 0 15 1D 4C 11 11 15
Octal 76 61 54 0 25 35 114 21 21 25
Binary 111110 110001 101100 0 10101 11101 1001100 10001 10001 10101

Color Harmonies of #3E312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E312C

Black with #3E312C

Text Example


Text Example

White with #3E312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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