#353433

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

Shades of Acadia #353433

Tints of Acadia #353433

Color information

#353433 (or 0x353433) is unknown color: approx Acadia. HEX triplet: 35, 34 and 33. RGB value is (53,52,51). Sum of RGB (Red+Green+Blue) = 53+52+51=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 53 - color contains mainly: red. Hex color #353433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353433 is #CACBCC. Grayscale: #343434. Windows color (decimal): -13290445 or 3355701. OLE color: 3355701.

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

Color convert

RGB535251-
CMYK00.020.040.79
HSL30º1.92%20.39%-
HSV(B)30º3.77%20.78%-
XYZ3.293.453.62-
YUV52.18127.33128.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 32.69%
R=33.97%
G=33.33%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53525100.020.040.79301.9220.39
Hex3534330244F1e214
Octal65646302411736224
Binary1101011101001100110101001001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353433; }

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

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

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

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

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

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

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

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