Html Css Color HEX #322B24 Coffee Bean

📋 copy color: '#322B24'

red 50 ◦ green 43 ◦ blue 36

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

Shades of Coffee Bean #322B24

Tints of Coffee Bean #322B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.33%

 BLUE value IS 36 (14.45% from 255) = 27.91%

R = 38.76%
G = 33.33%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#322B24 (or 0x322B24) is known color: Coffee Bean. HEX triplet: 32, 2B and 24. RGB value is (50,43,36). Sum of RGB (Red+Green+Blue) = 50+43+36=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B24 is #CDD4DB. Grayscale: #2C2C2C. Windows color (decimal): -13489372 or 2370354. OLE color: 2370354.

HSL color Cylindrical-coordinate representation of color #322B24: hue angle of 30º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322B24 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 43 36 -
CMYK 0 0.14 0.28 0.80
HSL 30º 0.16% 0.17% -
HSV(B) 30º 0.28% 0.2% -
XYZ 2.5 2.53 2.03 -
YUV 44.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 50 43 36 0 0.14 0.28 0.80 30 0.16 0.17
Hex 32 2B 24 0 E 1C 50 1E 10 11
Octal 62 53 44 0 16 34 120 36 20 21
Binary 110010 101011 100100 0 1110 11100 1010000 11110 10000 10001

Color Harmonies of #322B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322B24

Black with #322B24

Text Example


Text Example

White with #322B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,43,36); }

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

background-color css

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

 a { background-color: rgb(50,43,36); }

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

border-color css

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

 span { border-color: rgb(50,43,36); }

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