#3A352A

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

Shades of Graphite #3A352A

Tints of Graphite #3A352A

Color information

#3A352A (or 0x3A352A) is unknown color: approx Graphite. HEX triplet: 3A, 35 and 2A. RGB value is (58,53,42). Sum of RGB (Red+Green+Blue) = 58+53+42=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 58 - color contains mainly: red. Hex color #3A352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A352A is #C5CAD5. Grayscale: #353535. Windows color (decimal): -12962518 or 2766138. OLE color: 2766138.

HSL color Cylindrical-coordinate representation of color #3A352A: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A352A is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.77.

Color convert

RGB585342-
CMYK00.090.280.77
HSL41.25º16%19.61%-
HSV(B)41.25º27.59%22.75%-
XYZ3.443.612.71-
YUV53.24121.66131.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.91%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=37.91%
G=34.64%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58534200.090.280.7741.251619.61
Hex3A352A091C4D291014
Octal72655201134115512024
Binary111010110101101010010011110010011011010011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,53,42); }

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

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

 a { background-color: rgb(58,53,42); }

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

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

 span { border-color: rgb(58,53,42); }

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