Html Css Color HEX #3E3B3F Fuscous Grey

📋 copy color: '#3E3B3F'

red 62 ◦ green 59 ◦ blue 63

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

Shades of Fuscous Grey #3E3B3F

Tints of Fuscous Grey #3E3B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.24%

R = 33.7%
G = 32.07%
B = 34.24%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E3B3F (or 0x3E3B3F) is known color: Fuscous Grey. HEX triplet: 3E, 3B and 3F. RGB value is (62,59,63). Sum of RGB (Red+Green+Blue) = 62+59+63=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E3B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3B3F is #C1C4C0. Grayscale: #3C3C3C. Windows color (decimal): -12698817 or 4143934. OLE color: 4143934.

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

Color convert

RGB 62 59 63 -
CMYK 0.02 0.06 0 0.75
HSL 285º 0.03% 0.24% -
HSV(B) 285º 0.06% 0.25% -
XYZ 4.45 4.51 5.34 -
YUV 60.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 62 59 63 0.02 0.06 0 0.75 285 0.03 0.24
Hex 3E 3B 3F 2 6 0 4B 11D 3 18
Octal 76 73 77 2 6 0 113 435 3 30
Binary 111110 111011 111111 10 110 0 1001011 100011101 11 11000

Color Harmonies of #3E3B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3B3F

Black with #3E3B3F

Text Example


Text Example

White with #3E3B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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