#3D323E

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

Shades of Fuscous Grey #3D323E

Tints of Fuscous Grey #3D323E

Color information

#3D323E (or 0x3D323E) is unknown color: approx Fuscous Grey. HEX triplet: 3D, 32 and 3E. RGB value is (61,50,62). Sum of RGB (Red+Green+Blue) = 61+50+62=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 62 - color contains mainly: blue. Hex color #3D323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D323E is #C2CDC1. Grayscale: #363636. Windows color (decimal): -12766658 or 4076093. OLE color: 4076093.

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

Color convert

RGB615062-
CMYK0.020.1900.76
HSL295º10.71%21.96%-
HSV(B)295º19.35%24.31%-
XYZ3.933.625.05-
YUV54.66132.14132.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.26%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=35.26%
G=28.90%
B=35.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6150620.020.1900.7629510.7121.96
Hex3D323E21304C127b16
Octal75627622301144471326
Binary111101110010111110101001101001100100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,62); }

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

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

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

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

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

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

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