Html Css Color HEX #3F333F Fuscous Grey

📋 copy color: '#3F333F'

red 63 ◦ green 51 ◦ blue 63

#3F333F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #3F333F

Tints of Fuscous Grey #3F333F

RGB

 RED value IS 63 (25% from 255) = 35.59%

 GREEN value IS 51 (20.31% from 255) = 28.81%

 BLUE value IS 63 (25% from 255) = 35.59%

R = 35.59%
G = 28.81%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F333F (or 0x3F333F) is known color: Fuscous Grey. HEX triplet: 3F, 33 and 3F. RGB value is (63,51,63). Sum of RGB (Red+Green+Blue) = 63+51+63=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F333F is #C0CCC0. Grayscale: #373737. Windows color (decimal): -12635329 or 4141887. OLE color: 4141887.

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

Color convert

RGB 63 51 63 -
CMYK 0 0.19 0 0.75
HSL 300º 0.11% 0.22% -
HSV(B) 300º 0.19% 0.25% -
XYZ 4.13 3.78 5.22 -
YUV 55.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 63 51 63 0 0.19 0 0.75 300 0.11 0.22
Hex 3F 33 3F 0 13 0 4B 12C B 16
Octal 77 63 77 0 23 0 113 454 13 26
Binary 111111 110011 111111 0 10011 0 1001011 100101100 1011 10110

Color Harmonies of #3F333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F333F

Black with #3F333F

Text Example


Text Example

White with #3F333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F333F;
 }
 .AnyTagClassName
 {
   color: #3F333F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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