#35332F

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

Shades of Acadia #35332F

Tints of Acadia #35332F

Color information

#35332F (or 0x35332F) is unknown color: approx Acadia. HEX triplet: 35, 33 and 2F. RGB value is (53,51,47). Sum of RGB (Red+Green+Blue) = 53+51+47=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 53 - color contains mainly: red. Hex color #35332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35332F is #CACCD0. Grayscale: #333333. Windows color (decimal): -13290705 or 3093301. OLE color: 3093301.

HSL color Cylindrical-coordinate representation of color #35332F: hue angle of 40º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #35332F is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB535147-
CMYK00.040.110.79
HSL40º6%19.61%-
HSV(B)40º11.32%20.78%-
XYZ3.173.333.17-
YUV51.14125.66129.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.10%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=35.10%
G=33.77%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53514700.040.110.7940619.61
Hex35332F04B4F28614
Octal656357041311750624
Binary11010111001110111101001011100111110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,51,47); }

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

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

 a { background-color: rgb(53,51,47); }

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

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

 span { border-color: rgb(53,51,47); }

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