Html Css Color HEX #312B19 Maire

📋 copy color: '#312B19'

red 49 ◦ green 43 ◦ blue 25

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

Shades of Maire #312B19

Tints of Maire #312B19

RGB

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

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

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

R = 41.88%
G = 36.75%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312B19 (or 0x312B19) is known color: Maire. HEX triplet: 31, 2B and 19. RGB value is (49,43,25). Sum of RGB (Red+Green+Blue) = 49+43+25=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312B19 is #CED4E6. Grayscale: #2A2A2A. Windows color (decimal): -13554919 or 1649457. OLE color: 1649457.

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

Color convert

RGB 49 43 25 -
CMYK 0 0.12 0.49 0.81
HSL 45º 0.32% 0.15% -
HSV(B) 45º 0.49% 0.19% -
XYZ 2.31 2.45 1.27 -
YUV 42.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 49 43 25 0 0.12 0.49 0.81 45 0.32 0.15
Hex 31 2B 19 0 C 31 51 2D 20 F
Octal 61 53 31 0 14 61 121 55 40 17
Binary 110001 101011 11001 0 1100 110001 1010001 101101 100000 1111

Color Harmonies of #312B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B19

Black with #312B19

Text Example


Text Example

White with #312B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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