#32312D

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

Shades of Graphite #32312D

Tints of Graphite #32312D

Color information

#32312D (or 0x32312D) is unknown color: approx Graphite. HEX triplet: 32, 31 and 2D. RGB value is (50,49,45). Sum of RGB (Red+Green+Blue) = 50+49+45=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 50 - color contains mainly: red. Hex color #32312D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32312D is #CDCED2. Grayscale: #303030. Windows color (decimal): -13487827 or 2961714. OLE color: 2961714.

HSL color Cylindrical-coordinate representation of color #32312D: hue angle of 48º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #32312D is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB504945-
CMYK00.020.100.80
HSL48º5.26%18.63%-
HSV(B)48º10%19.61%-
XYZ2.893.062.92-
YUV48.84125.83128.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=34.72%
G=34.03%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50494500.020.100.80485.2618.63
Hex32312D02A5030513
Octal626155021212060523
Binary1100101100011011010101010101000011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32312D; }

 p { color: rgb(50,49,45); }

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

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

 a { background-color: rgb(50,49,45); }

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

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

 span { border-color: rgb(50,49,45); }

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