#353029

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

Shades of Acadia #353029

Tints of Acadia #353029

Color information

#353029 (or 0x353029) is unknown color: approx Acadia. HEX triplet: 35, 30 and 29. RGB value is (53,48,41). Sum of RGB (Red+Green+Blue) = 53+48+41=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #353029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353029 is #CACFD6. Grayscale: #303030. Windows color (decimal): -13291479 or 2699317. OLE color: 2699317.

HSL color Cylindrical-coordinate representation of color #353029: hue angle of 35º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #353029 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB534841-
CMYK00.090.230.79
HSL35º12.77%18.43%-
HSV(B)35º22.64%20.78%-
XYZ2.933.032.53-
YUV48.7123.66131.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 37.32%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=37.32%
G=33.80%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53484100.090.230.793512.7718.43
Hex35302909174F23d12
Octal65605101127117431522
Binary11010111000010100101001101111001111100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353029; }

 p { color: rgb(53,48,41); }

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

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

 a { background-color: rgb(53,48,41); }

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

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

 span { border-color: rgb(53,48,41); }

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