#34312E

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

Shades of Acadia #34312E

Tints of Acadia #34312E

Color information

#34312E (or 0x34312E) is unknown color: approx Acadia. HEX triplet: 34, 31 and 2E. RGB value is (52,49,46). Sum of RGB (Red+Green+Blue) = 52+49+46=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 52 - color contains mainly: red. Hex color #34312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34312E is #CBCED1. Grayscale: #313131. Windows color (decimal): -13356754 or 3027252. OLE color: 3027252.

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

Color convert

RGB524946-
CMYK00.060.120.80
HSL30º6.12%19.22%-
HSV(B)30º11.54%20.39%-
XYZ3.013.123.03-
YUV49.56125.99129.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=35.37%
G=33.33%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52494600.060.120.80306.1219.22
Hex34312E06C501e613
Octal646156061412036623
Binary1101001100011011100110110010100001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34312E; }

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

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

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

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

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

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

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

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