#35301A

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

Shades of Graphite #35301A

Tints of Graphite #35301A

Color information

#35301A (or 0x35301A) is unknown color: approx Graphite. HEX triplet: 35, 30 and 1A. RGB value is (53,48,26). Sum of RGB (Red+Green+Blue) = 53+48+26=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #35301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35301A is #CACFE5. Grayscale: #2F2F2F. Windows color (decimal): -13291494 or 1716277. OLE color: 1716277.

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

Color convert

RGB534826-
CMYK00.090.510.79
HSL48.89º34.18%15.49%-
HSV(B)48.89º50.94%20.78%-
XYZ2.712.951.4-
YUV46.99116.16132.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=41.73%
G=37.80%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53482600.090.510.7948.8934.1815.49
Hex35301A09334F3122f
Octal65603201163117614217
Binary110101110000110100100111001110011111100011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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