#32312A

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

Shades of Graphite #32312A

Tints of Graphite #32312A

Color information

#32312A (or 0x32312A) is unknown color: approx Graphite. HEX triplet: 32, 31 and 2A. RGB value is (50,49,42). Sum of RGB (Red+Green+Blue) = 50+49+42=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #32312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32312A is #CDCED5. Grayscale: #303030. Windows color (decimal): -13487830 or 2765106. OLE color: 2765106.

HSL color Cylindrical-coordinate representation of color #32312A: hue angle of 52.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #32312A is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB504942-
CMYK00.020.160.80
HSL52.5º8.7%18.04%-
HSV(B)52.5º16%19.61%-
XYZ2.833.042.63-
YUV48.5124.33129.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=35.46%
G=34.75%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50494200.020.160.8052.58.718.04
Hex32312A02105034912
Octal6261520220120641122
Binary110010110001101010010100001010000110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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