#31441D

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

Shades of Seaweed #31441D

Tints of Seaweed #31441D

Color information

#31441D (or 0x31441D) is unknown color: approx Seaweed. HEX triplet: 31, 44 and 1D. RGB value is (49,68,29). Sum of RGB (Red+Green+Blue) = 49+68+29=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #31441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31441D is #CEBBE2. Grayscale: #3A3A3A. Windows color (decimal): -13548515 or 1918001. OLE color: 1918001.

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

Color convert

RGB496829-
CMYK0.2800.570.73
HSL89.23º40.21%19.02%-
HSV(B)89.23º57.35%26.67%-
XYZ3.564.881.92-
YUV57.87111.71121.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=33.56%
G=46.58%
B=19.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4968290.2800.570.7389.2340.2119.02
Hex31441D1C03949592813
Octal6110435340711111315023
Binary1100011000100111011110001110011001001101100110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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