Html Css Color HEX #322F2D Coffee Bean

📋 copy color: '#322F2D'

red 50 ◦ green 47 ◦ blue 45

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

Shades of Coffee Bean #322F2D

Tints of Coffee Bean #322F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.1%

 BLUE value IS 45 (17.97% from 255) = 31.69%

R = 35.21%
G = 33.1%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#322F2D (or 0x322F2D) is known color: Coffee Bean. HEX triplet: 32, 2F and 2D. RGB value is (50,47,45). Sum of RGB (Red+Green+Blue) = 50+47+45=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 50 - color contains mainly: red. Hex color #322F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F2D is #CDD0D2. Grayscale: #2F2F2F. Windows color (decimal): -13488339 or 2961202. OLE color: 2961202.

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

Color convert

RGB 50 47 45 -
CMYK 0 0.06 0.10 0.80
HSL 24º 0.05% 0.19% -
HSV(B) 24º 0.1% 0.2% -
XYZ 2.81 2.9 2.89 -
YUV 47.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 50 47 45 0 0.06 0.10 0.80 24 0.05 0.19
Hex 32 2F 2D 0 6 A 50 18 5 13
Octal 62 57 55 0 6 12 120 30 5 23
Binary 110010 101111 101101 0 110 1010 1010000 11000 101 10011

Color Harmonies of #322F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322F2D

Black with #322F2D

Text Example


Text Example

White with #322F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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