#3C3A35

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

Shades of Graphite #3C3A35

Tints of Graphite #3C3A35

Color information

#3C3A35 (or 0x3C3A35) is unknown color: approx Graphite. HEX triplet: 3C, 3A and 35. RGB value is (60,58,53). Sum of RGB (Red+Green+Blue) = 60+58+53=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A35 is #C3C5CA. Grayscale: #3A3A3A. Windows color (decimal): -12830155 or 3488316. OLE color: 3488316.

HSL color Cylindrical-coordinate representation of color #3C3A35: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3C3A35 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.76.

Color convert

RGB605853-
CMYK00.030.120.76
HSL42.86º6.19%22.16%-
HSV(B)42.86º11.67%23.53%-
XYZ4.024.243.98-
YUV58.03125.16129.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=35.09%
G=33.92%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60585300.030.120.7642.866.1922.16
Hex3C3A3503C4C2b616
Octal747265031411453626
Binary1111001110101101010111100100110010101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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