#313B21

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

Shades of Seaweed #313B21

Tints of Seaweed #313B21

Color information

#313B21 (or 0x313B21) is unknown color: approx Seaweed. HEX triplet: 31, 3B and 21. RGB value is (49,59,33). Sum of RGB (Red+Green+Blue) = 49+59+33=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #313B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B21 is #CEC4DE. Grayscale: #353535. Windows color (decimal): -13550815 or 2177841. OLE color: 2177841.

HSL color Cylindrical-coordinate representation of color #313B21: hue angle of 83.08º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #313B21 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.

Color convert

RGB495933-
CMYK0.1700.440.77
HSL83.08º28.26%18.04%-
HSV(B)83.08º44.07%23.14%-
XYZ3.113.892.03-
YUV53.05116.69125.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 59 (23.44% from 255) = 41.84%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=34.75%
G=41.84%
B=23.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959330.1700.440.7783.0828.2618.04
Hex313B211102C4D531c12
Octal617341210541151233422
Binary110001111011100001100010101100100110110100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313B21; }

 p { color: rgb(49,59,33); }

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

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

 a { background-color: rgb(49,59,33); }

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

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

 span { border-color: rgb(49,59,33); }

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