#353327

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

Shades of Graphite #353327

Tints of Graphite #353327

Color information

#353327 (or 0x353327) is unknown color: approx Graphite. HEX triplet: 35, 33 and 27. RGB value is (53,51,39). Sum of RGB (Red+Green+Blue) = 53+51+39=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #353327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353327 is #CACCD8. Grayscale: #323232. Windows color (decimal): -13290713 or 2569013. OLE color: 2569013.

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

Color convert

RGB535139-
CMYK00.040.260.79
HSL51.43º15.22%18.04%-
HSV(B)51.43º26.42%20.78%-
XYZ3.023.272.39-
YUV50.23121.66129.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.06%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=37.06%
G=35.66%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53513900.040.260.7951.4315.2218.04
Hex353327041A4F33f12
Octal6563470432117631722
Binary1101011100111001110100110101001111110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353327; }

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

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

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

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

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

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

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

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