#332F21

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

Shades of Graphite #332F21

Tints of Graphite #332F21

Color information

#332F21 (or 0x332F21) is unknown color: approx Graphite. HEX triplet: 33, 2F and 21. RGB value is (51,47,33). Sum of RGB (Red+Green+Blue) = 51+47+33=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 51 - color contains mainly: red. Hex color #332F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332F21 is #CCD0DE. Grayscale: #2E2E2E. Windows color (decimal): -13422815 or 2174771. OLE color: 2174771.

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

Color convert

RGB514733-
CMYK00.080.350.8
HSL46.67º21.43%16.47%-
HSV(B)46.67º35.29%20%-
XYZ2.662.851.85-
YUV46.6120.33131.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.93%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=38.93%
G=35.88%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51473300.080.350.846.6721.4316.47
Hex332F210823502f1510
Octal63574101043120572520
Binary1100111011111000010100010001110100001011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,47,33); }

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

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

 a { background-color: rgb(51,47,33); }

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

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

 span { border-color: rgb(51,47,33); }

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