Html Css Color HEX #302A25 Coffee Bean

📋 copy color: '#302A25'

red 48 ◦ green 42 ◦ blue 37

#302A25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee Bean #302A25

Tints of Coffee Bean #302A25

RGB

 RED value IS 48 (19.14% from 255) = 37.8%

 GREEN value IS 42 (16.8% from 255) = 33.07%

 BLUE value IS 37 (14.84% from 255) = 29.13%

R = 37.8%
G = 33.07%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#302A25 (or 0x302A25) is known color: 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

RGB 48 42 37 -
CMYK 0 0.13 0.23 0.81
HSL 27.27º 0.13% 0.17% -
HSV(B) 27.27º 0.23% 0.19% -
XYZ 2.38 2.42 2.09 -
YUV 43.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 48 42 37 0 0.13 0.23 0.81 27.27 0.13 0.17
Hex 30 2A 25 0 D 17 51 1B D 11
Octal 60 52 45 0 15 27 121 33 15 21
Binary 110000 101010 100101 0 1101 10111 1010001 11011 1101 10001

Color Harmonies of #302A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A25

Black with #302A25

Text Example


Text Example

White with #302A25

Text Example


Text Example

HTML Codes & Css Web 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>