Html Css Color HEX #3D392E Graphite

📋 copy color: '#3D392E'

red 61 ◦ green 57 ◦ blue 46

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

Shades of Graphite #3D392E

Tints of Graphite #3D392E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.76%

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 37.2%
G = 34.76%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#3D392E (or 0x3D392E) is known color: Graphite. HEX triplet: 3D, 39 and 2E. RGB value is (61,57,46). Sum of RGB (Red+Green+Blue) = 61+57+46=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 61 - color contains mainly: red. Hex color #3D392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D392E is #C2C6D1. Grayscale: #383838. Windows color (decimal): -12764882 or 3029309. OLE color: 3029309.

HSL color Cylindrical-coordinate representation of color #3D392E: hue angle of 44º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D392E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 57 46 -
CMYK 0 0.07 0.25 0.76
HSL 44º 0.14% 0.21% -
HSV(B) 44º 0.25% 0.24% -
XYZ 3.88 4.12 3.17 -
YUV 56.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 61 57 46 0 0.07 0.25 0.76 44 0.14 0.21
Hex 3D 39 2E 0 7 19 4C 2C E 15
Octal 75 71 56 0 7 31 114 54 16 25
Binary 111101 111001 101110 0 111 11001 1001100 101100 1110 10101

Color Harmonies of #3D392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D392E

Black with #3D392E

Text Example


Text Example

White with #3D392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,57,46); }

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

background-color css

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

 a { background-color: rgb(61,57,46); }

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

border-color css

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

 span { border-color: rgb(61,57,46); }

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