Html Css Color HEX #342F2B Coffee Bean

📋 copy color: '#342F2B'

red 52 ◦ green 47 ◦ blue 43

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

Shades of Coffee Bean #342F2B

Tints of Coffee Bean #342F2B

RGB

 RED value IS 52 (20.7% from 255) = 36.62%

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

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

R = 36.62%
G = 33.1%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#342F2B (or 0x342F2B) is known color: Coffee Bean. HEX triplet: 34, 2F and 2B. RGB value is (52,47,43). Sum of RGB (Red+Green+Blue) = 52+47+43=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 52 - color contains mainly: red. Hex color #342F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F2B is #CBD0D4. Grayscale: #303030. Windows color (decimal): -13357269 or 2830132. OLE color: 2830132.

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

Color convert

RGB 52 47 43 -
CMYK 0 0.10 0.17 0.80
HSL 26.67º 0.09% 0.19% -
HSV(B) 26.67º 0.17% 0.2% -
XYZ 2.87 2.94 2.7 -
YUV 48.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 52 47 43 0 0.10 0.17 0.80 26.67 0.09 0.19
Hex 34 2F 2B 0 A 11 50 1B 9 13
Octal 64 57 53 0 12 21 120 33 11 23
Binary 110100 101111 101011 0 1010 10001 1010000 11011 1001 10011

Color Harmonies of #342F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F2B

Black with #342F2B

Text Example


Text Example

White with #342F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342F2B; }

 p { color: rgb(52,47,43); }

 H1.HeaderClassName
 {
   color: #342F2B;
 }
 .AnyTagClassName
 {
   color: #342F2B;
 }
</style>

background-color css

<style>
 a { background-color: #342F2B; }

 a { background-color: rgb(52,47,43); }

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

border-color css

<style>
 span { border-color: #342F2B; }

 span { border-color: rgb(52,47,43); }

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