#302A25

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

Shades of Coffee Bean #302A25

Tints of Coffee Bean #302A25

Color information

#302A25 (or 0x302A25) is unknown color: approx Coffee Bean. HEX triplet: 30, 2A and 25. RGB value is (48,42,37). Sum of RGB (Red+Green+Blue) = 48+42+37=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A25 is #CFD5DA. Grayscale: #2B2B2B. Windows color (decimal): -13620699 or 2435632. OLE color: 2435632.

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

Color convert

RGB484237-
CMYK00.130.230.81
HSL27.27º12.94%16.67%-
HSV(B)27.27º22.92%18.82%-
XYZ2.382.422.09-
YUV43.22124.49131.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.80%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=37.80%
G=33.07%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48423700.130.230.8127.2712.9416.67
Hex302A250D17511bd11
Octal60524501527121331521
Binary1100001010101001010110110111101000111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,42,37); }

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

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

 a { background-color: rgb(48,42,37); }

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

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

 span { border-color: rgb(48,42,37); }

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