#353221

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

Shades of Graphite #353221

Tints of Graphite #353221

Color information

#353221 (or 0x353221) is unknown color: approx Graphite. HEX triplet: 35, 32 and 21. RGB value is (53,50,33). Sum of RGB (Red+Green+Blue) = 53+50+33=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #353221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353221 is #CACDDE. Grayscale: #313131. Windows color (decimal): -13290975 or 2175541. OLE color: 2175541.

HSL color Cylindrical-coordinate representation of color #353221: hue angle of 51º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #353221 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB535033-
CMYK00.060.380.79
HSL51º23.26%16.86%-
HSV(B)51º37.74%20.78%-
XYZ2.883.151.89-
YUV48.96118.99130.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=38.97%
G=36.76%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53503300.060.380.795123.2616.86
Hex35322106264F331711
Octal6562410646117632721
Binary110101110010100001011010011010011111100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353221; }

 p { color: rgb(53,50,33); }

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

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

 a { background-color: rgb(53,50,33); }

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

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

 span { border-color: rgb(53,50,33); }

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