#373129

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

Shades of Acadia #373129

Tints of Acadia #373129

Color information

#373129 (or 0x373129) is unknown color: approx Acadia. HEX triplet: 37, 31 and 29. RGB value is (55,49,41). Sum of RGB (Red+Green+Blue) = 55+49+41=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #373129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373129 is #C8CED6. Grayscale: #313131. Windows color (decimal): -13160151 or 2699575. OLE color: 2699575.

HSL color Cylindrical-coordinate representation of color #373129: hue angle of 34.29º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #373129 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB554941-
CMYK00.110.250.78
HSL34.29º14.58%18.82%-
HSV(B)34.29º25.45%21.57%-
XYZ3.073.172.55-
YUV49.88122.99131.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=37.93%
G=33.79%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55494100.110.250.7834.2914.5818.82
Hex3731290B194E22f13
Octal67615101331116421723
Binary11011111000110100101011110011001110100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373129; }

 p { color: rgb(55,49,41); }

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

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

 a { background-color: rgb(55,49,41); }

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

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

 span { border-color: rgb(55,49,41); }

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