#35332C

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

Shades of Graphite #35332C

Tints of Graphite #35332C

Color information

#35332C (or 0x35332C) is unknown color: approx Graphite. HEX triplet: 35, 33 and 2C. RGB value is (53,51,44). Sum of RGB (Red+Green+Blue) = 53+51+44=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #35332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35332C is #CACCD3. Grayscale: #323232. Windows color (decimal): -13290708 or 2896693. OLE color: 2896693.

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

Color convert

RGB535144-
CMYK00.040.170.79
HSL46.67º9.28%19.02%-
HSV(B)46.67º16.98%20.78%-
XYZ3.113.312.86-
YUV50.8124.16129.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=35.81%
G=34.46%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53514400.040.170.7946.679.2819.02
Hex35332C04114F2f913
Octal6563540421117571123
Binary1101011100111011000100100011001111101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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