#3D381E

Color #3D381E Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #3D381E

Tints of Graphite #3D381E

Color information

#3D381E (or 0x3D381E) is unknown color: approx Graphite. HEX triplet: 3D, 38 and 1E. RGB value is (61,56,30). Sum of RGB (Red+Green+Blue) = 61+56+30=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D381E is #C2C7E1. Grayscale: #363636. Windows color (decimal): -12765154 or 1980477. OLE color: 1980477.

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

Color convert

RGB615630-
CMYK00.080.510.76
HSL50.32º34.07%17.84%-
HSV(B)50.32º50.82%23.92%-
XYZ3.573.911.8-
YUV54.53114.16132.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.50%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=41.50%
G=38.10%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61563000.080.510.7650.3234.0717.84
Hex3D381E08334C322212
Octal75703601063114624222
Binary1111011110001111001000110011100110011001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D381E;
 }
 .AnyTagClassName
 {
   color: #3D381E;
 }
</style>
background-color css

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

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

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

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

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

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