#302E28

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

Shades of Graphite #302E28

Tints of Graphite #302E28

Color information

#302E28 (or 0x302E28) is unknown color: approx Graphite. HEX triplet: 30, 2E and 28. RGB value is (48,46,40). Sum of RGB (Red+Green+Blue) = 48+46+40=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #302E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E28 is #CFD1D7. Grayscale: #2D2D2D. Windows color (decimal): -13619672 or 2633264. OLE color: 2633264.

HSL color Cylindrical-coordinate representation of color #302E28: hue angle of 45º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #302E28 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB484640-
CMYK00.040.170.81
HSL45º9.09%17.25%-
HSV(B)45º16.67%18.82%-
XYZ2.582.742.4-
YUV45.91124.66129.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=35.82%
G=34.33%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48464000.040.170.81459.0917.25
Hex302E280411512d911
Octal6056500421121551121
Binary1100001011101010000100100011010001101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302E28; }

 p { color: rgb(48,46,40); }

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

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

 a { background-color: rgb(48,46,40); }

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

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

 span { border-color: rgb(48,46,40); }

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