#31431B

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

Shades of Seaweed #31431B

Tints of Seaweed #31431B

Color information

#31431B (or 0x31431B) is unknown color: approx Seaweed. HEX triplet: 31, 43 and 1B. RGB value is (49,67,27). Sum of RGB (Red+Green+Blue) = 49+67+27=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #31431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31431B is #CEBCE4. Grayscale: #393939. Windows color (decimal): -13548773 or 1786673. OLE color: 1786673.

HSL color Cylindrical-coordinate representation of color #31431B: hue angle of 87º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31431B is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB496727-
CMYK0.2700.600.74
HSL87º42.55%18.43%-
HSV(B)87º59.7%26.27%-
XYZ3.474.751.77-
YUV57.06111.04122.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=34.27%
G=46.85%
B=18.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4967270.2700.600.748742.5518.43
Hex31431B1B03C4A572b12
Octal6110333330741121275322
Binary1100011000011110111101101111001001010101011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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