#3C381D

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

Shades of Graphite #3C381D

Tints of Graphite #3C381D

Color information

#3C381D (or 0x3C381D) is unknown color: approx Graphite. HEX triplet: 3C, 38 and 1D. RGB value is (60,56,29). Sum of RGB (Red+Green+Blue) = 60+56+29=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C381D is #C3C7E2. Grayscale: #363636. Windows color (decimal): -12830691 or 1914940. OLE color: 1914940.

HSL color Cylindrical-coordinate representation of color #3C381D: hue angle of 52.26º 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 #3C381D is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB605629-
CMYK00.070.520.76
HSL52.26º34.83%17.45%-
HSV(B)52.26º51.67%23.53%-
XYZ3.53.881.73-
YUV54.12113.83132.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 29 (11.72% from 255) = 20%
R=41.38%
G=38.62%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60562900.070.520.7652.2634.8317.45
Hex3C381D07344C342311
Octal7470350764114644321
Binary111100111000111010111110100100110011010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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