Html Css Color HEX #312F25 Maire

📋 copy color: '#312F25'

red 49 ◦ green 47 ◦ blue 37

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

Shades of Maire #312F25

Tints of Maire #312F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.34%

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

R = 36.84%
G = 35.34%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312F25 (or 0x312F25) is known color: Maire. HEX triplet: 31, 2F and 25. RGB value is (49,47,37). Sum of RGB (Red+Green+Blue) = 49+47+37=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 49 - color contains mainly: red. Hex color #312F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F25 is #CED0DA. Grayscale: #2E2E2E. Windows color (decimal): -13553883 or 2436913. OLE color: 2436913.

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

Color convert

RGB 49 47 37 -
CMYK 0 0.04 0.24 0.81
HSL 50º 0.14% 0.17% -
HSV(B) 50º 0.24% 0.19% -
XYZ 2.62 2.82 2.16 -
YUV 46.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 49 47 37 0 0.04 0.24 0.81 50 0.14 0.17
Hex 31 2F 25 0 4 18 51 32 E 11
Octal 61 57 45 0 4 30 121 62 16 21
Binary 110001 101111 100101 0 100 11000 1010001 110010 1110 10001

Color Harmonies of #312F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F25

Black with #312F25

Text Example


Text Example

White with #312F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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