#363533

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

Shades of Acadia #363533

Tints of Acadia #363533

Color information

#363533 (or 0x363533) is unknown color: approx Acadia. HEX triplet: 36, 35 and 33. RGB value is (54,53,51). Sum of RGB (Red+Green+Blue) = 54+53+51=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 54 - color contains mainly: red. Hex color #363533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363533 is #C9CACC. Grayscale: #353535. Windows color (decimal): -13224653 or 3355958. OLE color: 3355958.

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

Color convert

RGB545351-
CMYK00.020.060.79
HSL40º2.86%20.59%-
HSV(B)40º5.56%21.18%-
XYZ3.393.573.64-
YUV53.07126.83128.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.18%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=34.18%
G=33.54%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54535100.020.060.79402.8620.59
Hex3635330264F28315
Octal66656302611750325
Binary11011011010111001101011010011111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363533; }

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

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

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

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

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

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

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

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