#343118

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

Shades of Maire #343118

Tints of Maire #343118

Color information

#343118 (or 0x343118) is unknown color: approx Maire. HEX triplet: 34, 31 and 18. RGB value is (52,49,24). Sum of RGB (Red+Green+Blue) = 52+49+24=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #343118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343118 is #CBCEE7. Grayscale: #2F2F2F. Windows color (decimal): -13356776 or 1585460. OLE color: 1585460.

HSL color Cylindrical-coordinate representation of color #343118: hue angle of 53.57º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343118 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB524924-
CMYK00.060.540.80
HSL53.57º36.84%14.9%-
HSV(B)53.57º53.85%20.39%-
XYZ2.682.991.3-
YUV47.05114.99131.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 49 (19.53% from 255) = 39.2%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=41.6%
G=39.2%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52492400.060.540.8053.5736.8414.9
Hex3431180636503625f
Octal6461300666120664517
Binary11010011000111000011011011010100001101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343118; }

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

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

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

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

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

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

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

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