#32302B

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

Shades of Graphite #32302B

Tints of Graphite #32302B

Color information

#32302B (or 0x32302B) is unknown color: approx Graphite. HEX triplet: 32, 30 and 2B. RGB value is (50,48,43). Sum of RGB (Red+Green+Blue) = 50+48+43=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #32302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32302B is #CDCFD4. Grayscale: #303030. Windows color (decimal): -13488085 or 2830386. OLE color: 2830386.

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

Color convert

RGB504843-
CMYK00.040.140.80
HSL42.86º7.53%18.24%-
HSV(B)42.86º14%19.61%-
XYZ2.812.972.71-
YUV48.03125.16129.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=35.46%
G=34.04%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50484300.040.140.8042.867.5318.24
Hex32302B04E502b812
Octal6260530416120531022
Binary110010110000101011010011101010000101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32302B; }

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

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

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

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

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

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

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

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