Html Css Color HEX #373129 Acadia

📋 copy color: '#373129'

red 55 ◦ green 49 ◦ blue 41

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

Shades of Acadia #373129

Tints of Acadia #373129

RGB

 RED value IS 55 (21.88% from 255) = 37.93%

 GREEN value IS 49 (19.53% from 255) = 33.79%

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 37.93%
G = 33.79%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#373129 (or 0x373129) is known color: Acadia. HEX triplet: 37, 31 and 29. RGB value is (55,49,41). Sum of RGB (Red+Green+Blue) = 55+49+41=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 55 - color contains mainly: red. Hex color #373129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373129 is #C8CED6. Grayscale: #313131. Windows color (decimal): -13160151 or 2699575. OLE color: 2699575.

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

Color convert

RGB 55 49 41 -
CMYK 0 0.11 0.25 0.78
HSL 34.29º 0.15% 0.19% -
HSV(B) 34.29º 0.25% 0.22% -
XYZ 3.07 3.17 2.55 -
YUV 49.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 55 49 41 0 0.11 0.25 0.78 34.29 0.15 0.19
Hex 37 31 29 0 B 19 4E 22 F 13
Octal 67 61 51 0 13 31 116 42 17 23
Binary 110111 110001 101001 0 1011 11001 1001110 100010 1111 10011

Color Harmonies of #373129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373129

Black with #373129

Text Example


Text Example

White with #373129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373129; }

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

 H1.HeaderClassName
 {
   color: #373129;
 }
 .AnyTagClassName
 {
   color: #373129;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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