Html Css Color HEX #312A25 Coffee Bean

📋 copy color: '#312A25'

red 49 ◦ green 42 ◦ blue 37

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

Shades of Coffee Bean #312A25

Tints of Coffee Bean #312A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.81%

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

R = 38.28%
G = 32.81%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312A25 (or 0x312A25) is known color: Coffee Bean. HEX triplet: 31, 2A and 25. RGB value is (49,42,37). Sum of RGB (Red+Green+Blue) = 49+42+37=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A25 is #CED5DA. Grayscale: #2B2B2B. Windows color (decimal): -13555163 or 2435633. OLE color: 2435633.

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

Color convert

RGB 49 42 37 -
CMYK 0 0.14 0.24 0.81
HSL 25º 0.14% 0.17% -
HSV(B) 25º 0.24% 0.19% -
XYZ 2.43 2.44 2.09 -
YUV 43.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 49 42 37 0 0.14 0.24 0.81 25 0.14 0.17
Hex 31 2A 25 0 E 18 51 19 E 11
Octal 61 52 45 0 16 30 121 31 16 21
Binary 110001 101010 100101 0 1110 11000 1010001 11001 1110 10001

Color Harmonies of #312A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312A25

Black with #312A25

Text Example


Text Example

White with #312A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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