#363029

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

Shades of Acadia #363029

Tints of Acadia #363029

Color information

#363029 (or 0x363029) is unknown color: approx Acadia. HEX triplet: 36, 30 and 29. RGB value is (54,48,41). Sum of RGB (Red+Green+Blue) = 54+48+41=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 54 - color contains mainly: red. Hex color #363029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363029 is #C9CFD6. Grayscale: #313131. Windows color (decimal): -13225943 or 2699318. OLE color: 2699318.

HSL color Cylindrical-coordinate representation of color #363029: hue angle of 32.31º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363029 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB544841-
CMYK00.110.240.79
HSL32.31º13.68%18.63%-
HSV(B)32.31º24.07%21.18%-
XYZ2.983.062.53-
YUV49123.49131.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=37.76%
G=33.57%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54484100.110.240.7932.3113.6818.63
Hex3630290B184F20e13
Octal66605101330117401623
Binary11011011000010100101011110001001111100000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363029; }

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

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

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

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

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

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

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

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