#302D2B

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

Shades of Coffee Bean #302D2B

Tints of Coffee Bean #302D2B

Color information

#302D2B (or 0x302D2B) is unknown color: approx Coffee Bean. HEX triplet: 30, 2D and 2B. RGB value is (48,45,43). Sum of RGB (Red+Green+Blue) = 48+45+43=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 48 - color contains mainly: red. Hex color #302D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D2B is #CFD2D4. Grayscale: #2D2D2D. Windows color (decimal): -13619925 or 2829616. OLE color: 2829616.

HSL color Cylindrical-coordinate representation of color #302D2B: hue angle of 24º 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 #302D2B is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB484543-
CMYK00.060.100.81
HSL24º5.49%17.84%-
HSV(B)24º10.42%18.82%-
XYZ2.592.682.67-
YUV45.67126.49129.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 45 (17.97% from 255) = 33.09%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=35.29%
G=33.09%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48454300.060.100.81245.4917.84
Hex302D2B06A5118512
Octal605553061212130522
Binary1100001011011010110110101010100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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