Html Css Color HEX #312F13 Maire

📋 copy color: '#312F13'

red 49 ◦ green 47 ◦ blue 19

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

Shades of Maire #312F13

Tints of Maire #312F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 42.61%
G = 40.87%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#312F13 (or 0x312F13) is known color: Maire. HEX triplet: 31, 2F and 13. RGB value is (49,47,19). Sum of RGB (Red+Green+Blue) = 49+47+19=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F13 is #CED0EC. Grayscale: #2C2C2C. Windows color (decimal): -13553901 or 1257265. OLE color: 1257265.

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

Color convert

RGB 49 47 19 -
CMYK 0 0.04 0.61 0.81
HSL 56º 0.44% 0.13% -
HSV(B) 56º 0.61% 0.19% -
XYZ 2.4 2.73 1.02 -
YUV 44.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 49 47 19 0 0.04 0.61 0.81 56 0.44 0.13
Hex 31 2F 13 0 4 3D 51 38 2C D
Octal 61 57 23 0 4 75 121 70 54 15
Binary 110001 101111 10011 0 100 111101 1010001 111000 101100 1101

Color Harmonies of #312F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F13

Black with #312F13

Text Example


Text Example

White with #312F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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