Html Css Color HEX #312C29 Coffee Bean

📋 copy color: '#312C29'

red 49 ◦ green 44 ◦ blue 41

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

Shades of Coffee Bean #312C29

Tints of Coffee Bean #312C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.84%

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

R = 36.57%
G = 32.84%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#312C29 (or 0x312C29) is known color: Coffee Bean. HEX triplet: 31, 2C and 29. RGB value is (49,44,41). Sum of RGB (Red+Green+Blue) = 49+44+41=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #312C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C29 is #CED3D6. Grayscale: #2D2D2D. Windows color (decimal): -13554647 or 2698289. OLE color: 2698289.

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

Color convert

RGB 49 44 41 -
CMYK 0 0.10 0.16 0.81
HSL 22.5º 0.09% 0.18% -
HSV(B) 22.5º 0.16% 0.19% -
XYZ 2.57 2.61 2.47 -
YUV 45.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 49 44 41 0 0.10 0.16 0.81 22.5 0.09 0.18
Hex 31 2C 29 0 A 10 51 16 9 12
Octal 61 54 51 0 12 20 121 26 11 22
Binary 110001 101100 101001 0 1010 10000 1010001 10110 1001 10010

Color Harmonies of #312C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C29

Black with #312C29

Text Example


Text Example

White with #312C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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