#35332A

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

Shades of Graphite #35332A

Tints of Graphite #35332A

Color information

#35332A (or 0x35332A) is unknown color: approx Graphite. HEX triplet: 35, 33 and 2A. RGB value is (53,51,42). Sum of RGB (Red+Green+Blue) = 53+51+42=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #35332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35332A is #CACCD5. Grayscale: #323232. Windows color (decimal): -13290710 or 2765621. OLE color: 2765621.

HSL color Cylindrical-coordinate representation of color #35332A: hue angle of 49.09º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #35332A is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB535142-
CMYK00.040.210.79
HSL49.09º11.58%18.63%-
HSV(B)49.09º20.75%20.78%-
XYZ3.073.292.66-
YUV50.57123.16129.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.30%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=36.30%
G=34.93%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53514200.040.210.7949.0911.5818.63
Hex35332A04154F31c13
Octal6563520425117611423
Binary1101011100111010100100101011001111110001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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