Html Css Color HEX #332D29 Coffee Bean

📋 copy color: '#332D29'

red 51 ◦ green 45 ◦ blue 41

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

Shades of Coffee Bean #332D29

Tints of Coffee Bean #332D29

RGB

 RED value IS 51 (20.31% from 255) = 37.23%

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

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

R = 37.23%
G = 32.85%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#332D29 (or 0x332D29) is known color: Coffee Bean. HEX triplet: 33, 2D and 29. RGB value is (51,45,41). Sum of RGB (Red+Green+Blue) = 51+45+41=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #332D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D29 is #CCD2D6. Grayscale: #2E2E2E. Windows color (decimal): -13423319 or 2698547. OLE color: 2698547.

HSL color Cylindrical-coordinate representation of color #332D29: hue angle of 24º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #332D29 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 45 41 -
CMYK 0 0.12 0.20 0.8
HSL 24º 0.11% 0.18% -
HSV(B) 24º 0.2% 0.2% -
XYZ 2.7 2.74 2.48 -
YUV 46.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 51 45 41 0 0.12 0.20 0.8 24 0.11 0.18
Hex 33 2D 29 0 C 14 50 18 B 12
Octal 63 55 51 0 14 24 120 30 13 22
Binary 110011 101101 101001 0 1100 10100 1010000 11000 1011 10010

Color Harmonies of #332D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D29

Black with #332D29

Text Example


Text Example

White with #332D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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