#37312B

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

Shades of Acadia #37312B

Tints of Acadia #37312B

Color information

#37312B (or 0x37312B) is unknown color: approx Acadia. HEX triplet: 37, 31 and 2B. RGB value is (55,49,43). Sum of RGB (Red+Green+Blue) = 55+49+43=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #37312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37312B is #C8CED4. Grayscale: #323232. Windows color (decimal): -13160149 or 2830647. OLE color: 2830647.

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

Color convert

RGB554943-
CMYK00.110.220.78
HSL30º12.24%19.22%-
HSV(B)30º21.82%21.57%-
XYZ3.113.182.74-
YUV50.11123.99131.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=37.41%
G=33.33%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55494300.110.220.783012.2419.22
Hex37312B0B164E1ec13
Octal67615301326116361423
Binary1101111100011010110101110110100111011110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37312B; }

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

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

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

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

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

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

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

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