Html Css Color HEX #312F14 Maire

📋 copy color: '#312F14'

red 49 ◦ green 47 ◦ blue 20

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

Shades of Maire #312F14

Tints of Maire #312F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.24%

R = 42.24%
G = 40.52%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.81

RGB Variations

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

Color information

#312F14 (or 0x312F14) is known color: Maire. HEX triplet: 31, 2F and 14. RGB value is (49,47,20). Sum of RGB (Red+Green+Blue) = 49+47+20=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #312F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F14 is #CED0EB. Grayscale: #2C2C2C. Windows color (decimal): -13553900 or 1322801. OLE color: 1322801.

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

Color convert

RGB 49 47 20 -
CMYK 0 0.04 0.59 0.81
HSL 55.86º 0.42% 0.14% -
HSV(B) 55.86º 0.59% 0.19% -
XYZ 2.41 2.74 1.06 -
YUV 44.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 49 47 20 0 0.04 0.59 0.81 55.86 0.42 0.14
Hex 31 2F 14 0 4 3B 51 38 2A E
Octal 61 57 24 0 4 73 121 70 52 16
Binary 110001 101111 10100 0 100 111011 1010001 111000 101010 1110

Color Harmonies of #312F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F14

Black with #312F14

Text Example


Text Example

White with #312F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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