#31401C

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

Shades of Seaweed #31401C

Tints of Seaweed #31401C

Color information

#31401C (or 0x31401C) is unknown color: approx Seaweed. HEX triplet: 31, 40 and 1C. RGB value is (49,64,28). Sum of RGB (Red+Green+Blue) = 49+64+28=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #31401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31401C is #CEBFE3. Grayscale: #373737. Windows color (decimal): -13549540 or 1851441. OLE color: 1851441.

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

Color convert

RGB496428-
CMYK0.2300.560.75
HSL85º39.13%18.04%-
HSV(B)85º56.25%25.1%-
XYZ3.314.41.77-
YUV55.41112.53123.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=34.75%
G=45.39%
B=19.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4964280.2300.560.758539.1318.04
Hex31401C170384B552712
Octal6110034270701131254722
Binary1100011000000111001011101110001001011101010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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