Html Css Color HEX #3D381F Graphite

📋 copy color: '#3D381F'

red 61 ◦ green 56 ◦ blue 31

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

Shades of Graphite #3D381F

Tints of Graphite #3D381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 41.22%
G = 37.84%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#3D381F (or 0x3D381F) is known color: Graphite. HEX triplet: 3D, 38 and 1F. RGB value is (61,56,31). Sum of RGB (Red+Green+Blue) = 61+56+31=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D381F is #C2C7E0. Grayscale: #363636. Windows color (decimal): -12765153 or 2046013. OLE color: 2046013.

HSL color Cylindrical-coordinate representation of color #3D381F: hue angle of 50º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D381F is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 56 31 -
CMYK 0 0.08 0.49 0.76
HSL 50º 0.33% 0.18% -
HSV(B) 50º 0.49% 0.24% -
XYZ 3.59 3.92 1.86 -
YUV 54.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 61 56 31 0 0.08 0.49 0.76 50 0.33 0.18
Hex 3D 38 1F 0 8 31 4C 32 21 12
Octal 75 70 37 0 10 61 114 62 41 22
Binary 111101 111000 11111 0 1000 110001 1001100 110010 100001 10010

Color Harmonies of #3D381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D381F

Black with #3D381F

Text Example


Text Example

White with #3D381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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