Html Css Color HEX #312E19 Maire

📋 copy color: '#312E19'

red 49 ◦ green 46 ◦ blue 25

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

Shades of Maire #312E19

Tints of Maire #312E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

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

R = 40.83%
G = 38.33%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312E19 (or 0x312E19) is known color: Maire. HEX triplet: 31, 2E and 19. RGB value is (49,46,25). Sum of RGB (Red+Green+Blue) = 49+46+25=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312E19 is #CED1E6. Grayscale: #2C2C2C. Windows color (decimal): -13554151 or 1650225. OLE color: 1650225.

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

Color convert

RGB 49 46 25 -
CMYK 0 0.06 0.49 0.81
HSL 52.5º 0.32% 0.15% -
HSV(B) 52.5º 0.49% 0.19% -
XYZ 2.42 2.68 1.31 -
YUV 44.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 49 46 25 0 0.06 0.49 0.81 52.5 0.32 0.15
Hex 31 2E 19 0 6 31 51 34 20 F
Octal 61 56 31 0 6 61 121 64 40 17
Binary 110001 101110 11001 0 110 110001 1010001 110100 100000 1111

Color Harmonies of #312E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E19

Black with #312E19

Text Example


Text Example

White with #312E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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