#34302C

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

Shades of Acadia #34302C

Tints of Acadia #34302C

Color information

#34302C (or 0x34302C) is unknown color: approx Acadia. HEX triplet: 34, 30 and 2C. RGB value is (52,48,44). Sum of RGB (Red+Green+Blue) = 52+48+44=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 52 - color contains mainly: red. Hex color #34302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34302C is #CBCFD3. Grayscale: #303030. Windows color (decimal): -13357012 or 2895924. OLE color: 2895924.

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

Color convert

RGB524844-
CMYK00.080.150.80
HSL30º8.33%18.82%-
HSV(B)30º15.38%20.39%-
XYZ2.933.032.81-
YUV48.74125.33130.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=36.11%
G=33.33%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52484400.080.150.80308.3318.82
Hex34302C08F501e813
Octal64605401017120361023
Binary110100110000101100010001111101000011110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34302C; }

 p { color: rgb(52,48,44); }

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

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

 a { background-color: rgb(52,48,44); }

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

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

 span { border-color: rgb(52,48,44); }

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