#323029

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

Shades of Graphite #323029

Tints of Graphite #323029

Color information

#323029 (or 0x323029) is unknown color: approx Graphite. HEX triplet: 32, 30 and 29. RGB value is (50,48,41). Sum of RGB (Red+Green+Blue) = 50+48+41=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #323029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323029 is #CDCFD6. Grayscale: #2F2F2F. Windows color (decimal): -13488087 or 2699314. OLE color: 2699314.

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

Color convert

RGB504841-
CMYK00.040.180.80
HSL46.67º9.89%17.84%-
HSV(B)46.67º18%19.61%-
XYZ2.772.952.52-
YUV47.8124.16129.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=35.97%
G=34.53%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50484100.040.180.8046.679.8917.84
Hex3230290412502fa12
Octal6260510422120571222
Binary1100101100001010010100100101010000101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323029; }

 p { color: rgb(50,48,41); }

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

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

 a { background-color: rgb(50,48,41); }

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

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

 span { border-color: rgb(50,48,41); }

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