Html Css Color HEX #3E312B Slugger

📋 copy color: '#3E312B'

red 62 ◦ green 49 ◦ blue 43

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

Shades of Slugger #3E312B

Tints of Slugger #3E312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 40.26%
G = 31.82%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.76

RGB Variations

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

Color information

#3E312B (or 0x3E312B) is known color: Slugger. HEX triplet: 3E, 31 and 2B. RGB value is (62,49,43). Sum of RGB (Red+Green+Blue) = 62+49+43=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 62 - color contains mainly: red. Hex color #3E312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E312B is #C1CED4. Grayscale: #343434. Windows color (decimal): -12701397 or 2830654. OLE color: 2830654.

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

Color convert

RGB 62 49 43 -
CMYK 0 0.21 0.31 0.76
HSL 18.95º 0.18% 0.21% -
HSV(B) 18.95º 0.31% 0.24% -
XYZ 3.52 3.4 2.76 -
YUV 52.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 62 49 43 0 0.21 0.31 0.76 18.95 0.18 0.21
Hex 3E 31 2B 0 15 1F 4C 13 12 15
Octal 76 61 53 0 25 37 114 23 22 25
Binary 111110 110001 101011 0 10101 11111 1001100 10011 10010 10101

Color Harmonies of #3E312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E312B

Black with #3E312B

Text Example


Text Example

White with #3E312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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