#31411D

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

Shades of Seaweed #31411D

Tints of Seaweed #31411D

Color information

#31411D (or 0x31411D) is unknown color: approx Seaweed. HEX triplet: 31, 41 and 1D. RGB value is (49,65,29). Sum of RGB (Red+Green+Blue) = 49+65+29=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #31411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31411D is #CEBEE2. Grayscale: #383838. Windows color (decimal): -13549283 or 1917233. OLE color: 1917233.

HSL color Cylindrical-coordinate representation of color #31411D: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31411D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB496529-
CMYK0.2500.550.75
HSL86.67º38.3%18.43%-
HSV(B)86.67º55.38%25.49%-
XYZ3.384.521.86-
YUV56.11112.7122.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=34.27%
G=45.45%
B=20.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4965290.2500.550.7586.6738.318.43
Hex31411D190374B572612
Octal6110135310671131274622
Binary1100011000001111011100101101111001011101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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