#313828

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

Shades of Seaweed #313828

Tints of Seaweed #313828

Color information

#313828 (or 0x313828) is unknown color: approx Seaweed. HEX triplet: 31, 38 and 28. RGB value is (49,56,40). Sum of RGB (Red+Green+Blue) = 49+56+40=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #313828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313828 is #CEC7D7. Grayscale: #343434. Windows color (decimal): -13551576 or 2635825. OLE color: 2635825.

HSL color Cylindrical-coordinate representation of color #313828: hue angle of 86.25º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313828 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB495640-
CMYK0.1200.290.78
HSL86.25º16.67%18.82%-
HSV(B)86.25º28.57%21.96%-
XYZ3.063.632.55-
YUV52.08121.18125.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.79%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=33.79%
G=38.62%
B=27.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956400.1200.290.7886.2516.6718.82
Hex313828C01D4E561113
Octal617050140351161262123
Binary1100011110001010001100011101100111010101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313828; }

 p { color: rgb(49,56,40); }

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

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

 a { background-color: rgb(49,56,40); }

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

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

 span { border-color: rgb(49,56,40); }

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