#31421D

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

Shades of Seaweed #31421D

Tints of Seaweed #31421D

Color information

#31421D (or 0x31421D) is unknown color: approx Seaweed. HEX triplet: 31, 42 and 1D. RGB value is (49,66,29). Sum of RGB (Red+Green+Blue) = 49+66+29=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #31421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31421D is #CEBDE2. Grayscale: #383838. Windows color (decimal): -13549027 or 1917489. OLE color: 1917489.

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

Color convert

RGB496629-
CMYK0.2600.560.74
HSL87.57º38.95%18.63%-
HSV(B)87.57º56.06%25.88%-
XYZ3.444.641.88-
YUV56.7112.37122.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.03%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=34.03%
G=45.83%
B=20.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4966290.2600.560.7487.5738.9518.63
Hex31421D1A0384A582713
Octal6110235320701121304723
Binary1100011000010111011101001110001001010101100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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