#302F2B

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

Shades of Graphite #302F2B

Tints of Graphite #302F2B

Color information

#302F2B (or 0x302F2B) is unknown color: approx Graphite. HEX triplet: 30, 2F and 2B. RGB value is (48,47,43). Sum of RGB (Red+Green+Blue) = 48+47+43=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 48 - color contains mainly: red. Hex color #302F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F2B is #CFD0D4. Grayscale: #2E2E2E. Windows color (decimal): -13619413 or 2830128. OLE color: 2830128.

HSL color Cylindrical-coordinate representation of color #302F2B: hue angle of 48º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #302F2B is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB484743-
CMYK00.020.100.81
HSL48º5.49%17.84%-
HSV(B)48º10.42%18.82%-
XYZ2.672.842.69-
YUV46.84125.83128.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=34.78%
G=34.06%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48474300.020.100.81485.4917.84
Hex302F2B02A5130512
Octal605753021212160522
Binary1100001011111010110101010101000111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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