Html Css Color HEX #312F17 Maire

📋 copy color: '#312F17'

red 49 ◦ green 47 ◦ blue 23

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

Shades of Maire #312F17

Tints of Maire #312F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.33%

R = 41.18%
G = 39.5%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#312F17 (or 0x312F17) is known color: Maire. HEX triplet: 31, 2F and 17. RGB value is (49,47,23). Sum of RGB (Red+Green+Blue) = 49+47+23=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312F17 is #CED0E8. Grayscale: #2C2C2C. Windows color (decimal): -13553897 or 1519409. OLE color: 1519409.

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

Color convert

RGB 49 47 23 -
CMYK 0 0.04 0.53 0.81
HSL 55.38º 0.36% 0.14% -
HSV(B) 55.38º 0.53% 0.19% -
XYZ 2.44 2.75 1.21 -
YUV 44.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 49 47 23 0 0.04 0.53 0.81 55.38 0.36 0.14
Hex 31 2F 17 0 4 35 51 37 24 E
Octal 61 57 27 0 4 65 121 67 44 16
Binary 110001 101111 10111 0 100 110101 1010001 110111 100100 1110

Color Harmonies of #312F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F17

Black with #312F17

Text Example


Text Example

White with #312F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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