Html Css Color HEX #312B27 Coffee Bean

📋 copy color: '#312B27'

red 49 ◦ green 43 ◦ blue 39

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

Shades of Coffee Bean #312B27

Tints of Coffee Bean #312B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.82%

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

R = 37.4%
G = 32.82%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#312B27 (or 0x312B27) is known color: Coffee Bean. HEX triplet: 31, 2B and 27. RGB value is (49,43,39). Sum of RGB (Red+Green+Blue) = 49+43+39=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #312B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B27 is #CED4D8. Grayscale: #2C2C2C. Windows color (decimal): -13554905 or 2566961. OLE color: 2566961.

HSL color Cylindrical-coordinate representation of color #312B27: hue angle of 24º 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 #312B27 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 43 39 -
CMYK 0 0.12 0.20 0.81
HSL 24º 0.11% 0.17% -
HSV(B) 24º 0.2% 0.19% -
XYZ 2.5 2.53 2.28 -
YUV 44.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 49 43 39 0 0.12 0.20 0.81 24 0.11 0.17
Hex 31 2B 27 0 C 14 51 18 B 11
Octal 61 53 47 0 14 24 121 30 13 21
Binary 110001 101011 100111 0 1100 10100 1010001 11000 1011 10001

Color Harmonies of #312B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B27

Black with #312B27

Text Example


Text Example

White with #312B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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