Html Css Color HEX #3D3340 Fuscous Grey

📋 copy color: '#3D3340'

red 61 ◦ green 51 ◦ blue 64

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

Shades of Fuscous Grey #3D3340

Tints of Fuscous Grey #3D3340

RGB

 RED value IS 61 (24.22% from 255) = 34.66%

 GREEN value IS 51 (20.31% from 255) = 28.98%

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

R = 34.66%
G = 28.98%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D3340 (or 0x3D3340) is known color: Fuscous Grey. HEX triplet: 3D, 33 and 40. RGB value is (61,51,64). Sum of RGB (Red+Green+Blue) = 61+51+64=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3340 is #C2CCBF. Grayscale: #373737. Windows color (decimal): -12766400 or 4207421. OLE color: 4207421.

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

Color convert

RGB 61 51 64 -
CMYK 0.05 0.20 0 0.75
HSL 286.15º 0.11% 0.23% -
HSV(B) 286.15º 0.2% 0.25% -
XYZ 4.03 3.73 5.36 -
YUV 55.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 61 51 64 0.05 0.20 0 0.75 286.15 0.11 0.23
Hex 3D 33 40 5 14 0 4B 11E B 17
Octal 75 63 100 5 24 0 113 436 13 27
Binary 111101 110011 1000000 101 10100 0 1001011 100011110 1011 10111

Color Harmonies of #3D3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3340

Black with #3D3340

Text Example


Text Example

White with #3D3340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,51,64); }

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

background-color css

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

 a { background-color: rgb(61,51,64); }

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

border-color css

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

 span { border-color: rgb(61,51,64); }

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