Html Css Color HEX #313B21 Seaweed

📋 copy color: '#313B21'

red 49 ◦ green 59 ◦ blue 33

#313B21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #313B21

Tints of Seaweed #313B21

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.4%

R = 34.75%
G = 41.84%
B = 23.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.77

RGB Variations

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

Color information

#313B21 (or 0x313B21) is known color: 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

RGB 49 59 33 -
CMYK 0.17 0 0.44 0.77
HSL 83.08º 0.28% 0.18% -
HSV(B) 83.08º 0.44% 0.23% -
XYZ 3.11 3.89 2.03 -
YUV 53.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 49 59 33 0.17 0 0.44 0.77 83.08 0.28 0.18
Hex 31 3B 21 11 0 2C 4D 53 1C 12
Octal 61 73 41 21 0 54 115 123 34 22
Binary 110001 111011 100001 10001 0 101100 1001101 1010011 11100 10010

Color Harmonies of #313B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B21

Black with #313B21

Text Example


Text Example

White with #313B21

Text Example


Text Example

HTML Codes & Css Web 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>