#3C371D

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

Shades of Graphite #3C371D

Tints of Graphite #3C371D

Color information

#3C371D (or 0x3C371D) is unknown color: approx Graphite. HEX triplet: 3C, 37 and 1D. RGB value is (60,55,29). Sum of RGB (Red+Green+Blue) = 60+55+29=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 60 - color contains mainly: red. Hex color #3C371D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C371D is #C3C8E2. Grayscale: #353535. Windows color (decimal): -12830947 or 1914684. OLE color: 1914684.

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

Color convert

RGB605529-
CMYK00.080.520.76
HSL50.32º34.83%17.45%-
HSV(B)50.32º51.67%23.53%-
XYZ3.453.781.71-
YUV53.53114.16132.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=41.67%
G=38.19%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60552900.080.520.7650.3234.8317.45
Hex3C371D08344C322311
Octal74673501064114624321
Binary1111001101111110101000110100100110011001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,29); }

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

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

 a { background-color: rgb(60,55,29); }

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

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

 span { border-color: rgb(60,55,29); }

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