#32302A

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

Shades of Graphite #32302A

Tints of Graphite #32302A

Color information

#32302A (or 0x32302A) is unknown color: approx Graphite. HEX triplet: 32, 30 and 2A. RGB value is (50,48,42). Sum of RGB (Red+Green+Blue) = 50+48+42=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #32302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32302A is #CDCFD5. Grayscale: #2F2F2F. Windows color (decimal): -13488086 or 2764850. OLE color: 2764850.

HSL color Cylindrical-coordinate representation of color #32302A: hue angle of 45º 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 #32302A is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB504842-
CMYK00.040.160.80
HSL45º8.7%18.04%-
HSV(B)45º16%19.61%-
XYZ2.792.962.61-
YUV47.91124.66129.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 42 (16.80% from 255) = 30%
R=35.71%
G=34.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50484200.040.160.80458.718.04
Hex32302A0410502d912
Octal6260520420120551122
Binary1100101100001010100100100001010000101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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