#3D343D

Color #3D343D Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #3D343D

Tints of Fuscous Grey #3D343D

Color information

#3D343D (or 0x3D343D) is unknown color: approx Fuscous Grey. HEX triplet: 3D, 34 and 3D. RGB value is (61,52,61). Sum of RGB (Red+Green+Blue) = 61+52+61=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D343D is #C2CBC2. Grayscale: #373737. Windows color (decimal): -12766147 or 4011069. OLE color: 4011069.

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

Color convert

RGB615261-
CMYK00.1500.76
HSL300º7.96%22.16%-
HSV(B)300º14.75%23.92%-
XYZ3.993.794.93-
YUV55.72130.98131.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.06%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=35.06%
G=29.89%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61526100.1500.763007.9622.16
Hex3D343D0F04C12c816
Octal75647501701144541026
Binary1111011101001111010111101001100100101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,61); }

 H1.HeaderClassName
 {
   color: #3D343D;
 }
 .AnyTagClassName
 {
   color: #3D343D;
 }
</style>
background-color css

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

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

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

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

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

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