Html Css Color HEX #322D29 Coffee Bean

📋 copy color: '#322D29'

red 50 ◦ green 45 ◦ blue 41

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

Shades of Coffee Bean #322D29

Tints of Coffee Bean #322D29

RGB

 RED value IS 50 (19.92% from 255) = 36.76%

 GREEN value IS 45 (17.97% from 255) = 33.09%

 BLUE value IS 41 (16.41% from 255) = 30.15%

R = 36.76%
G = 33.09%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#322D29 (or 0x322D29) is known color: Coffee Bean. HEX triplet: 32, 2D and 29. RGB value is (50,45,41). Sum of RGB (Red+Green+Blue) = 50+45+41=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #322D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D29 is #CDD2D6. Grayscale: #2E2E2E. Windows color (decimal): -13488855 or 2698546. OLE color: 2698546.

HSL color Cylindrical-coordinate representation of color #322D29: hue angle of 26.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #322D29 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 45 41 -
CMYK 0 0.10 0.18 0.80
HSL 26.67º 0.1% 0.18% -
HSV(B) 26.67º 0.18% 0.2% -
XYZ 2.65 2.71 2.48 -
YUV 46.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 50 45 41 0 0.10 0.18 0.80 26.67 0.1 0.18
Hex 32 2D 29 0 A 12 50 1B A 12
Octal 62 55 51 0 12 22 120 33 12 22
Binary 110010 101101 101001 0 1010 10010 1010000 11011 1010 10010

Color Harmonies of #322D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322D29

Black with #322D29

Text Example


Text Example

White with #322D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322D29; }

 p { color: rgb(50,45,41); }

 H1.HeaderClassName
 {
   color: #322D29;
 }
 .AnyTagClassName
 {
   color: #322D29;
 }
</style>

background-color css

<style>
 a { background-color: #322D29; }

 a { background-color: rgb(50,45,41); }

 div.DivClassName
 {
   background-color: #322D29;
 }
 .BgClassName
 {
   background-color: #322D29;
 }
</style>

border-color css

<style>
 span { border-color: #322D29; }

 span { border-color: rgb(50,45,41); }

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