#302E2D

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

Shades of Coffee Bean #302E2D

Tints of Coffee Bean #302E2D

Color information

#302E2D (or 0x302E2D) is unknown color: approx Coffee Bean. HEX triplet: 30, 2E and 2D. RGB value is (48,46,45). Sum of RGB (Red+Green+Blue) = 48+46+45=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 48 - color contains mainly: red. Hex color #302E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E2D is #CFD1D2. Grayscale: #2E2E2E. Windows color (decimal): -13619667 or 2960944. OLE color: 2960944.

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

Color convert

RGB484645-
CMYK00.040.060.81
HSL20º3.23%18.24%-
HSV(B)20º6.25%18.82%-
XYZ2.672.772.88-
YUV46.48127.16129.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=34.53%
G=33.09%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48464500.040.060.81203.2318.24
Hex302E2D0465114312
Octal60565504612124322
Binary11000010111010110101001101010001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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