Html Css Color HEX #332E2B Coffee Bean

📋 copy color: '#332E2B'

red 51 ◦ green 46 ◦ blue 43

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

Shades of Coffee Bean #332E2B

Tints of Coffee Bean #332E2B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 32.86%

 BLUE value IS 43 (17.19% from 255) = 30.71%

R = 36.43%
G = 32.86%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.8

RGB Variations

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

Color information

#332E2B (or 0x332E2B) is known color: Coffee Bean. HEX triplet: 33, 2E and 2B. RGB value is (51,46,43). Sum of RGB (Red+Green+Blue) = 51+46+43=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #332E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E2B is #CCD1D4. Grayscale: #2F2F2F. Windows color (decimal): -13423061 or 2829875. OLE color: 2829875.

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

Color convert

RGB 51 46 43 -
CMYK 0 0.10 0.16 0.8
HSL 22.5º 0.09% 0.18% -
HSV(B) 22.5º 0.16% 0.2% -
XYZ 2.78 2.83 2.69 -
YUV 47.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 51 46 43 0 0.10 0.16 0.8 22.5 0.09 0.18
Hex 33 2E 2B 0 A 10 50 16 9 12
Octal 63 56 53 0 12 20 120 26 11 22
Binary 110011 101110 101011 0 1010 10000 1010000 10110 1001 10010

Color Harmonies of #332E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E2B

Black with #332E2B

Text Example


Text Example

White with #332E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,46,43); }

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

background-color css

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

 a { background-color: rgb(51,46,43); }

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

border-color css

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

 span { border-color: rgb(51,46,43); }

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