#31491B

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

Shades of Seaweed #31491B

Tints of Seaweed #31491B

Color information

#31491B (or 0x31491B) is unknown color: approx Seaweed. HEX triplet: 31, 49 and 1B. RGB value is (49,73,27). Sum of RGB (Red+Green+Blue) = 49+73+27=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #31491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31491B is #CEB6E4. Grayscale: #3C3C3C. Windows color (decimal): -13547237 or 1788209. OLE color: 1788209.

HSL color Cylindrical-coordinate representation of color #31491B: hue angle of 91.3º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31491B is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB497327-
CMYK0.3300.630.71
HSL91.3º46%19.61%-
HSV(B)91.3º63.01%28.63%-
XYZ3.855.51.9-
YUV60.58109.05119.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=32.89%
G=48.99%
B=18.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973270.3300.630.7191.34619.61
Hex31491B2103F475b2e14
Octal6111133410771071335624
Binary11000110010011101110000101111111000111101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,73,27); }

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

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

 a { background-color: rgb(49,73,27); }

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

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

 span { border-color: rgb(49,73,27); }

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