Html Css Color HEX #37312B Acadia

📋 copy color: '#37312B'

red 55 ◦ green 49 ◦ blue 43

#37312B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acadia #37312B

Tints of Acadia #37312B

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 value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#37312B (or 0x37312B) is known color: 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

RGB 55 49 43 -
CMYK 0 0.11 0.22 0.78
HSL 30º 0.12% 0.19% -
HSV(B) 30º 0.22% 0.22% -
XYZ 3.11 3.18 2.74 -
YUV 50.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 55 49 43 0 0.11 0.22 0.78 30 0.12 0.19
Hex 37 31 2B 0 B 16 4E 1E C 13
Octal 67 61 53 0 13 26 116 36 14 23
Binary 110111 110001 101011 0 1011 10110 1001110 11110 1100 10011

Color Harmonies of #37312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37312B

Black with #37312B

Text Example


Text Example

White with #37312B

Text Example


Text Example

HTML Codes & Css Web 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>