#373431

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

Shades of Acadia #373431

Tints of Acadia #373431

Color information

#373431 (or 0x373431) is unknown color: approx Acadia. HEX triplet: 37, 34 and 31. RGB value is (55,52,49). Sum of RGB (Red+Green+Blue) = 55+52+49=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 55 - color contains mainly: red. Hex color #373431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373431 is #C8CBCE. Grayscale: #343434. Windows color (decimal): -13159375 or 3224631. OLE color: 3224631.

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

Color convert

RGB555249-
CMYK00.050.110.78
HSL30º5.77%20.39%-
HSV(B)30º10.91%21.57%-
XYZ3.363.493.4-
YUV52.55125.99129.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.26%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=35.26%
G=33.33%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55524900.050.110.78305.7720.39
Hex37343105B4E1e614
Octal676461051311636624
Binary1101111101001100010101101110011101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373431; }

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

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

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

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

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

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

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

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