#35301C

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

Shades of Graphite #35301C

Tints of Graphite #35301C

Color information

#35301C (or 0x35301C) is unknown color: approx Graphite. HEX triplet: 35, 30 and 1C. RGB value is (53,48,28). Sum of RGB (Red+Green+Blue) = 53+48+28=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35301C is #CACFE3. Grayscale: #2F2F2F. Windows color (decimal): -13291492 or 1847349. OLE color: 1847349.

HSL color Cylindrical-coordinate representation of color #35301C: hue angle of 48º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35301C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB534828-
CMYK00.090.470.79
HSL48º30.86%15.88%-
HSV(B)48º47.17%20.78%-
XYZ2.732.951.52-
YUV47.22117.16132.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=41.09%
G=37.21%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53482800.090.470.794830.8615.88
Hex35301C092F4F301f10
Octal65603401157117603720
Binary110101110000111000100110111110011111100001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35301C; }

 p { color: rgb(53,48,28); }

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

<style>
 a { background-color: #35301C; }

 a { background-color: rgb(53,48,28); }

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

<style>
 span { border-color: #35301C; }

 span { border-color: rgb(53,48,28); }

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