Html Css Color HEX #312B25 Coffee Bean

📋 copy color: '#312B25'

red 49 ◦ green 43 ◦ blue 37

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

Shades of Coffee Bean #312B25

Tints of Coffee Bean #312B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 37.98%
G = 33.33%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312B25 (or 0x312B25) is known color: Coffee Bean. HEX triplet: 31, 2B and 25. RGB value is (49,43,37). Sum of RGB (Red+Green+Blue) = 49+43+37=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B25 is #CED4DA. Grayscale: #2C2C2C. Windows color (decimal): -13554907 or 2435889. OLE color: 2435889.

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

Color convert

RGB 49 43 37 -
CMYK 0 0.12 0.24 0.81
HSL 30º 0.14% 0.17% -
HSV(B) 30º 0.24% 0.19% -
XYZ 2.46 2.51 2.11 -
YUV 44.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 49 43 37 0 0.12 0.24 0.81 30 0.14 0.17
Hex 31 2B 25 0 C 18 51 1E E 11
Octal 61 53 45 0 14 30 121 36 16 21
Binary 110001 101011 100101 0 1100 11000 1010001 11110 1110 10001

Color Harmonies of #312B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B25

Black with #312B25

Text Example


Text Example

White with #312B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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