#383129

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

Shades of Acadia #383129

Tints of Acadia #383129

Color information

#383129 (or 0x383129) is unknown color: approx Acadia. HEX triplet: 38, 31 and 29. RGB value is (56,49,41). Sum of RGB (Red+Green+Blue) = 56+49+41=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #383129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383129 is #C7CED6. Grayscale: #323232. Windows color (decimal): -13094615 or 2699576. OLE color: 2699576.

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

Color convert

RGB564941-
CMYK00.120.270.78
HSL32º15.46%19.02%-
HSV(B)32º26.79%21.96%-
XYZ3.133.22.55-
YUV50.18122.82132.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=38.36%
G=33.56%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56494100.120.270.783215.4619.02
Hex3831290C1B4E20f13
Octal70615101433116401723
Binary11100011000110100101100110111001110100000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383129; }

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

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

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

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

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

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

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

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