Html Css Color HEX #312C27 Coffee Bean

📋 copy color: '#312C27'

red 49 ◦ green 44 ◦ blue 39

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

Shades of Coffee Bean #312C27

Tints of Coffee Bean #312C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 29.55%

R = 37.12%
G = 33.33%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#312C27 (or 0x312C27) is known color: Coffee Bean. HEX triplet: 31, 2C and 27. RGB value is (49,44,39). Sum of RGB (Red+Green+Blue) = 49+44+39=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C27 is #CED3D8. Grayscale: #2C2C2C. Windows color (decimal): -13554649 or 2567217. OLE color: 2567217.

HSL color Cylindrical-coordinate representation of color #312C27: hue angle of 30º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #312C27 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 44 39 -
CMYK 0 0.10 0.20 0.81
HSL 30º 0.11% 0.17% -
HSV(B) 30º 0.2% 0.19% -
XYZ 2.53 2.6 2.29 -
YUV 44.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 49 44 39 0 0.10 0.20 0.81 30 0.11 0.17
Hex 31 2C 27 0 A 14 51 1E B 11
Octal 61 54 47 0 12 24 121 36 13 21
Binary 110001 101100 100111 0 1010 10100 1010001 11110 1011 10001

Color Harmonies of #312C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C27

Black with #312C27

Text Example


Text Example

White with #312C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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