#31441E

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

Shades of Seaweed #31441E

Tints of Seaweed #31441E

Color information

#31441E (or 0x31441E) is unknown color: approx Seaweed. HEX triplet: 31, 44 and 1E. RGB value is (49,68,30). Sum of RGB (Red+Green+Blue) = 49+68+30=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #31441E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31441E is #CEBBE1. Grayscale: #3A3A3A. Windows color (decimal): -13548514 or 1983537. OLE color: 1983537.

HSL color Cylindrical-coordinate representation of color #31441E: hue angle of 90º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31441E is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB496830-
CMYK0.2800.560.73
HSL90º38.78%19.22%-
HSV(B)90º55.88%26.67%-
XYZ3.574.881.98-
YUV57.99112.21121.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=33.33%
G=46.26%
B=20.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968300.2800.560.739038.7819.22
Hex31441E1C038495a2713
Octal6110436340701111324723
Binary1100011000100111101110001110001001001101101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31441E; }

 p { color: rgb(49,68,30); }

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

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

 a { background-color: rgb(49,68,30); }

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

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

 span { border-color: rgb(49,68,30); }

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