#302E29

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

Shades of Graphite #302E29

Tints of Graphite #302E29

Color information

#302E29 (or 0x302E29) is unknown color: approx Graphite. HEX triplet: 30, 2E and 29. RGB value is (48,46,41). Sum of RGB (Red+Green+Blue) = 48+46+41=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 48 - color contains mainly: red. Hex color #302E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E29 is #CFD1D6. Grayscale: #2E2E2E. Windows color (decimal): -13619671 or 2698800. OLE color: 2698800.

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

Color convert

RGB484641-
CMYK00.040.150.81
HSL42.86º7.87%17.45%-
HSV(B)42.86º14.58%18.82%-
XYZ2.62.742.49-
YUV46.03125.16129.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=35.56%
G=34.07%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48464100.040.150.8142.867.8717.45
Hex302E2904F512b811
Octal6056510417121531021
Binary110000101110101001010011111010001101011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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