#3A341E

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

Shades of Graphite #3A341E

Tints of Graphite #3A341E

Color information

#3A341E (or 0x3A341E) is unknown color: approx Graphite. HEX triplet: 3A, 34 and 1E. RGB value is (58,52,30). Sum of RGB (Red+Green+Blue) = 58+52+30=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 58 - color contains mainly: red. Hex color #3A341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A341E is #C5CBE1. Grayscale: #333333. Windows color (decimal): -12962786 or 1979450. OLE color: 1979450.

HSL color Cylindrical-coordinate representation of color #3A341E: hue angle of 47.14º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A341E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB585230-
CMYK00.100.480.77
HSL47.14º31.82%17.25%-
HSV(B)47.14º48.28%22.75%-
XYZ3.213.451.73-
YUV51.29115.99132.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.43%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=41.43%
G=37.14%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58523000.100.480.7747.1431.8217.25
Hex3A341E0A304D2f2011
Octal72643601260115574021
Binary1110101101001111001010110000100110110111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,30); }

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

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

 a { background-color: rgb(58,52,30); }

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

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

 span { border-color: rgb(58,52,30); }

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