Html Css Color HEX #312F19 Maire

📋 copy color: '#312F19'

red 49 ◦ green 47 ◦ blue 25

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

Shades of Maire #312F19

Tints of Maire #312F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.66%

R = 40.5%
G = 38.84%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312F19 (or 0x312F19) is known color: Maire. HEX triplet: 31, 2F and 19. RGB value is (49,47,25). Sum of RGB (Red+Green+Blue) = 49+47+25=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F19 is #CED0E6. Grayscale: #2D2D2D. Windows color (decimal): -13553895 or 1650481. OLE color: 1650481.

HSL color Cylindrical-coordinate representation of color #312F19: hue angle of 55º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312F19 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 47 25 -
CMYK 0 0.04 0.49 0.81
HSL 55º 0.32% 0.15% -
HSV(B) 55º 0.49% 0.19% -
XYZ 2.46 2.76 1.32 -
YUV 45.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 49 47 25 0 0.04 0.49 0.81 55 0.32 0.15
Hex 31 2F 19 0 4 31 51 37 20 F
Octal 61 57 31 0 4 61 121 67 40 17
Binary 110001 101111 11001 0 100 110001 1010001 110111 100000 1111

Color Harmonies of #312F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F19

Black with #312F19

Text Example


Text Example

White with #312F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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