Html Css Color HEX #3D392B Graphite

📋 copy color: '#3D392B'

red 61 ◦ green 57 ◦ blue 43

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

Shades of Graphite #3D392B

Tints of Graphite #3D392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 37.89%
G = 35.4%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#3D392B (or 0x3D392B) is known color: Graphite. HEX triplet: 3D, 39 and 2B. RGB value is (61,57,43). Sum of RGB (Red+Green+Blue) = 61+57+43=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D392B is #C2C6D4. Grayscale: #383838. Windows color (decimal): -12764885 or 2832701. OLE color: 2832701.

HSL color Cylindrical-coordinate representation of color #3D392B: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D392B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 57 43 -
CMYK 0 0.07 0.30 0.76
HSL 46.67º 0.17% 0.2% -
HSV(B) 46.67º 0.3% 0.24% -
XYZ 3.82 4.09 2.87 -
YUV 56.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 61 57 43 0 0.07 0.30 0.76 46.67 0.17 0.2
Hex 3D 39 2B 0 7 1E 4C 2F 11 14
Octal 75 71 53 0 7 36 114 57 21 24
Binary 111101 111001 101011 0 111 11110 1001100 101111 10001 10100

Color Harmonies of #3D392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D392B

Black with #3D392B

Text Example


Text Example

White with #3D392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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