#383027

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

Shades of Acadia #383027

Tints of Acadia #383027

Color information

#383027 (or 0x383027) is unknown color: approx Acadia. HEX triplet: 38, 30 and 27. RGB value is (56,48,39). Sum of RGB (Red+Green+Blue) = 56+48+39=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #383027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383027 is #C7CFD8. Grayscale: #313131. Windows color (decimal): -13094873 or 2568248. OLE color: 2568248.

HSL color Cylindrical-coordinate representation of color #383027: hue angle of 31.76º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383027 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB564839-
CMYK00.140.300.78
HSL31.76º17.89%18.63%-
HSV(B)31.76º30.36%21.96%-
XYZ3.053.12.36-
YUV49.37122.15132.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=39.16%
G=33.57%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56483900.140.300.7831.7617.8918.63
Hex3830270E1E4E201213
Octal70604701636116402223
Binary111000110000100111011101111010011101000001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383027; }

 p { color: rgb(56,48,39); }

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

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

 a { background-color: rgb(56,48,39); }

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

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

 span { border-color: rgb(56,48,39); }

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