Html Css Color HEX #3D383E Fuscous Grey

📋 copy color: '#3D383E'

red 61 ◦ green 56 ◦ blue 62

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

Shades of Fuscous Grey #3D383E

Tints of Fuscous Grey #3D383E

RGB

 RED value IS 61 (24.22% from 255) = 34.08%

 GREEN value IS 56 (22.27% from 255) = 31.28%

 BLUE value IS 62 (24.61% from 255) = 34.64%

R = 34.08%
G = 31.28%
B = 34.64%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3D383E (or 0x3D383E) is known color: Fuscous Grey. HEX triplet: 3D, 38 and 3E. RGB value is (61,56,62). Sum of RGB (Red+Green+Blue) = 61+56+62=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 62 - color contains mainly: blue. Hex color #3D383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D383E is #C2C7C1. Grayscale: #3A3A3A. Windows color (decimal): -12765122 or 4077629. OLE color: 4077629.

HSL color Cylindrical-coordinate representation of color #3D383E: hue angle of 290º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D383E is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 56 62 -
CMYK 0.02 0.10 0 0.76
HSL 290º 0.05% 0.23% -
HSV(B) 290º 0.1% 0.24% -
XYZ 4.21 4.17 5.14 -
YUV 58.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 61 56 62 0.02 0.10 0 0.76 290 0.05 0.23
Hex 3D 38 3E 2 A 0 4C 122 5 17
Octal 75 70 76 2 12 0 114 442 5 27
Binary 111101 111000 111110 10 1010 0 1001100 100100010 101 10111

Color Harmonies of #3D383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D383E

Black with #3D383E

Text Example


Text Example

White with #3D383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,56,62); }

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

background-color css

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

 a { background-color: rgb(61,56,62); }

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

border-color css

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

 span { border-color: rgb(61,56,62); }

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