#332E20

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

Shades of Graphite #332E20

Tints of Graphite #332E20

Color information

#332E20 (or 0x332E20) is unknown color: approx Graphite. HEX triplet: 33, 2E and 20. RGB value is (51,46,32). Sum of RGB (Red+Green+Blue) = 51+46+32=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 51 - color contains mainly: red. Hex color #332E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E20 is #CCD1DF. Grayscale: #2D2D2D. Windows color (decimal): -13423072 or 2108979. OLE color: 2108979.

HSL color Cylindrical-coordinate representation of color #332E20: hue angle of 44.21º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332E20 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB514632-
CMYK00.100.370.8
HSL44.21º22.89%16.27%-
HSV(B)44.21º37.25%20%-
XYZ2.62.761.76-
YUV45.9120.16131.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.53%
GREEN value IS 46 (18.36% from 255) = 35.66%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=39.53%
G=35.66%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51463200.100.370.844.2122.8916.27
Hex332E200A25502c1710
Octal63564001245120542720
Binary1100111011101000000101010010110100001011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332E20; }

 p { color: rgb(51,46,32); }

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

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

 a { background-color: rgb(51,46,32); }

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

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

 span { border-color: rgb(51,46,32); }

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