Html Css Color HEX #302E2D Coffee Bean

📋 copy color: '#302E2D'

red 48 ◦ green 46 ◦ blue 45

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

Shades of Coffee Bean #302E2D

Tints of Coffee Bean #302E2D

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 value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 48 46 45 -
CMYK 0 0.04 0.06 0.81
HSL 20º 0.03% 0.18% -
HSV(B) 20º 0.06% 0.19% -
XYZ 2.67 2.77 2.88 -
YUV 46.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 48 46 45 0 0.04 0.06 0.81 20 0.03 0.18
Hex 30 2E 2D 0 4 6 51 14 3 12
Octal 60 56 55 0 4 6 121 24 3 22
Binary 110000 101110 101101 0 100 110 1010001 10100 11 10010

Color Harmonies of #302E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E2D

Black with #302E2D

Text Example


Text Example

White with #302E2D

Text Example


Text Example

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