#34311F

Color #34311F Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #34311F

Tints of Maire #34311F

Color information

#34311F (or 0x34311F) is unknown color: approx Maire. HEX triplet: 34, 31 and 1F. RGB value is (52,49,31). Sum of RGB (Red+Green+Blue) = 52+49+31=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #34311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34311F is #CBCEE0. Grayscale: #2F2F2F. Windows color (decimal): -13356769 or 2044212. OLE color: 2044212.

HSL color Cylindrical-coordinate representation of color #34311F: hue angle of 51.43º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34311F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB524931-
CMYK00.060.400.80
HSL51.43º25.3%16.27%-
HSV(B)51.43º40.38%20.39%-
XYZ2.763.031.73-
YUV47.84118.49130.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.39%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=39.39%
G=37.12%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52493100.060.400.8051.4325.316.27
Hex34311F062850331910
Octal6461370650120633120
Binary11010011000111111011010100010100001100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34311F; }

 p { color: rgb(52,49,31); }

 H1.HeaderClassName
 {
   color: #34311F;
 }
 .AnyTagClassName
 {
   color: #34311F;
 }
</style>
background-color css

<style>
 a { background-color: #34311F; }

 a { background-color: rgb(52,49,31); }

 div.DivClassName
 {
   background-color: #34311F;
 }
 .BgClassName
 {
   background-color: #34311F;
 }
</style>
border-color css

<style>
 span { border-color: #34311F; }

 span { border-color: rgb(52,49,31); }

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