Html Css Color HEX #3D333F Fuscous Grey

📋 copy color: '#3D333F'

red 61 ◦ green 51 ◦ blue 63

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

Shades of Fuscous Grey #3D333F

Tints of Fuscous Grey #3D333F

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 value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D333F (or 0x3D333F) is known color: 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

RGB 61 51 63 -
CMYK 0.03 0.19 0 0.75
HSL 290º 0.11% 0.22% -
HSV(B) 290º 0.19% 0.25% -
XYZ 4.01 3.72 5.21 -
YUV 55.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 61 51 63 0.03 0.19 0 0.75 290 0.11 0.22
Hex 3D 33 3F 3 13 0 4B 122 B 16
Octal 75 63 77 3 23 0 113 442 13 26
Binary 111101 110011 111111 11 10011 0 1001011 100100010 1011 10110

Color Harmonies of #3D333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D333F

Black with #3D333F

Text Example


Text Example

White with #3D333F

Text Example


Text Example

HTML Codes & Css Web 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>