#31431D

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

Shades of Seaweed #31431D

Tints of Seaweed #31431D

Color information

#31431D (or 0x31431D) is unknown color: approx Seaweed. HEX triplet: 31, 43 and 1D. RGB value is (49,67,29). Sum of RGB (Red+Green+Blue) = 49+67+29=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #31431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31431D is #CEBCE2. Grayscale: #393939. Windows color (decimal): -13548771 or 1917745. OLE color: 1917745.

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

Color convert

RGB496729-
CMYK0.2700.570.74
HSL88.42º39.58%18.82%-
HSV(B)88.42º56.72%26.27%-
XYZ3.54.761.9-
YUV57.29112.04122.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 29 (11.72% from 255) = 20%
R=33.79%
G=46.21%
B=20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967290.2700.570.7488.4239.5818.82
Hex31431D1B0394A582813
Octal6110335330711121305023
Binary1100011000011111011101101110011001010101100010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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