#3F343E

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

Shades of Fuscous Grey #3F343E

Tints of Fuscous Grey #3F343E

Color information

#3F343E (or 0x3F343E) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 34 and 3E. RGB value is (63,52,62). Sum of RGB (Red+Green+Blue) = 63+52+62=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 63 - color contains mainly: red. Hex color #3F343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F343E is #C0CBC1. Grayscale: #383838. Windows color (decimal): -12635074 or 4076607. OLE color: 4076607.

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

Color convert

RGB635262-
CMYK00.170.020.75
HSL305.45º9.57%22.55%-
HSV(B)305.45º17.46%24.71%-
XYZ4.153.865.08-
YUV56.43131.14132.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.59%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=35.59%
G=29.38%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63526200.170.020.75305.459.5722.55
Hex3F343E01124B131a17
Octal77647602121134611227
Binary111111110100111110010001101001011100110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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