#383531

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

Shades of Acadia #383531

Tints of Acadia #383531

Color information

#383531 (or 0x383531) is unknown color: approx Acadia. HEX triplet: 38, 35 and 31. RGB value is (56,53,49). Sum of RGB (Red+Green+Blue) = 56+53+49=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 56 - color contains mainly: red. Hex color #383531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383531 is #C7CACE. Grayscale: #353535. Windows color (decimal): -13093583 or 3224888. OLE color: 3224888.

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

Color convert

RGB565349-
CMYK00.050.120.78
HSL34.29º6.67%20.59%-
HSV(B)34.29º12.5%21.96%-
XYZ3.463.613.42-
YUV53.44125.49129.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.44%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=35.44%
G=33.54%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56534900.050.120.7834.296.6720.59
Hex38353105C4E22715
Octal706561051411642725
Binary11100011010111000101011100100111010001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383531; }

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

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

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

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

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

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

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

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