#3D333F

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

Shades of Fuscous Grey #3D333F

Tints of Fuscous Grey #3D333F

Color information

#3D333F (or 0x3D333F) is unknown color: approx Fuscous Grey. HEX triplet: 3D, 33 and 3F. RGB value is (61,51,63). Sum of RGB (Red+Green+Blue) = 61+51+63=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D333F is #C2CCC0. Grayscale: #373737. Windows color (decimal): -12766401 or 4141885. OLE color: 4141885.

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

Color convert

RGB615163-
CMYK0.030.1900.75
HSL290º10.53%22.35%-
HSV(B)290º19.05%24.71%-
XYZ4.013.725.21-
YUV55.36132.31132.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 34.86%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 63 (25% from 255) = 36%
R=34.86%
G=29.14%
B=36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6151630.030.1900.7529010.5322.35
Hex3D333F31304B122b16
Octal75637732301134421326
Binary111101110011111111111001101001011100100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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