#3C381F

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

Shades of Graphite #3C381F

Tints of Graphite #3C381F

Color information

#3C381F (or 0x3C381F) is unknown color: approx Graphite. HEX triplet: 3C, 38 and 1F. RGB value is (60,56,31). Sum of RGB (Red+Green+Blue) = 60+56+31=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C381F is #C3C7E0. Grayscale: #363636. Windows color (decimal): -12830689 or 2046012. OLE color: 2046012.

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

Color convert

RGB605631-
CMYK00.070.480.76
HSL51.72º31.87%17.84%-
HSV(B)51.72º48.33%23.53%-
XYZ3.523.891.86-
YUV54.35114.83132.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=40.82%
G=38.10%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60563100.070.480.7651.7231.8717.84
Hex3C381F07304C342012
Octal7470370760114644022
Binary111100111000111110111110000100110011010010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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