#3F333E

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

Shades of Fuscous Grey #3F333E

Tints of Fuscous Grey #3F333E

Color information

#3F333E (or 0x3F333E) is unknown color: approx Fuscous Grey. HEX triplet: 3F, 33 and 3E. RGB value is (63,51,62). Sum of RGB (Red+Green+Blue) = 63+51+62=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 63 - color contains mainly: red. Hex color #3F333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F333E is #C0CCC1. Grayscale: #373737. Windows color (decimal): -12635330 or 4076351. OLE color: 4076351.

HSL color Cylindrical-coordinate representation of color #3F333E: hue angle of 305º 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 #3F333E is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB635162-
CMYK00.190.020.75
HSL305º10.53%22.35%-
HSV(B)305º19.05%24.71%-
XYZ4.13.775.07-
YUV55.84131.48133.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=35.80%
G=28.98%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63516200.190.020.7530510.5322.35
Hex3F333E01324B131b16
Octal77637602321134611326
Binary111111110011111110010011101001011100110001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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