Html Css Color HEX #312E2C Coffee Bean

📋 copy color: '#312E2C'

red 49 ◦ green 46 ◦ blue 44

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

Shades of Coffee Bean #312E2C

Tints of Coffee Bean #312E2C

RGB

 RED value IS 49 (19.53% from 255) = 35.25%

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

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 35.25%
G = 33.09%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#312E2C (or 0x312E2C) is known color: Coffee Bean. HEX triplet: 31, 2E and 2C. RGB value is (49,46,44). Sum of RGB (Red+Green+Blue) = 49+46+44=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E2C is #CED1D3. Grayscale: #2E2E2E. Windows color (decimal): -13554132 or 2895409. OLE color: 2895409.

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

Color convert

RGB 49 46 44 -
CMYK 0 0.06 0.10 0.81
HSL 24º 0.05% 0.18% -
HSV(B) 24º 0.1% 0.19% -
XYZ 2.7 2.79 2.78 -
YUV 46.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 49 46 44 0 0.06 0.10 0.81 24 0.05 0.18
Hex 31 2E 2C 0 6 A 51 18 5 12
Octal 61 56 54 0 6 12 121 30 5 22
Binary 110001 101110 101100 0 110 1010 1010001 11000 101 10010

Color Harmonies of #312E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E2C

Black with #312E2C

Text Example


Text Example

White with #312E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312E2C; }

 p { color: rgb(49,46,44); }

 H1.HeaderClassName
 {
   color: #312E2C;
 }
 .AnyTagClassName
 {
   color: #312E2C;
 }
</style>

background-color css

<style>
 a { background-color: #312E2C; }

 a { background-color: rgb(49,46,44); }

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

border-color css

<style>
 span { border-color: #312E2C; }

 span { border-color: rgb(49,46,44); }

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