#31401F

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

Shades of Seaweed #31401F

Tints of Seaweed #31401F

Color information

#31401F (or 0x31401F) is unknown color: approx Seaweed. HEX triplet: 31, 40 and 1F. RGB value is (49,64,31). Sum of RGB (Red+Green+Blue) = 49+64+31=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 64 - color contains mainly: green. Hex color #31401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31401F is #CEBFE0. Grayscale: #373737. Windows color (decimal): -13549537 or 2048049. OLE color: 2048049.

HSL color Cylindrical-coordinate representation of color #31401F: hue angle of 87.27º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31401F is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB496431-
CMYK0.2300.520.75
HSL87.27º34.74%18.63%-
HSV(B)87.27º51.56%25.1%-
XYZ3.354.421.97-
YUV55.75114.03123.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=34.03%
G=44.44%
B=21.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964310.2300.520.7587.2734.7418.63
Hex31401F170344B572313
Octal6110037270641131274323
Binary1100011000000111111011101101001001011101011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31401F; }

 p { color: rgb(49,64,31); }

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

<style>
 a { background-color: #31401F; }

 a { background-color: rgb(49,64,31); }

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

<style>
 span { border-color: #31401F; }

 span { border-color: rgb(49,64,31); }

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