Html Css Color HEX #31491B Seaweed

📋 copy color: '#31491B'

red 49 ◦ green 73 ◦ blue 27

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

Shades of Seaweed #31491B

Tints of Seaweed #31491B

RGB

 RED value IS 49 (19.53% from 255) = 32.89%

 GREEN value IS 73 (28.91% from 255) = 48.99%

 BLUE value IS 27 (10.94% from 255) = 18.12%

R = 32.89%
G = 48.99%
B = 18.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#31491B (or 0x31491B) is known color: Seaweed. HEX triplet: 31, 49 and 1B. RGB value is (49,73,27). Sum of RGB (Red+Green+Blue) = 49+73+27=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #31491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31491B is #CEB6E4. Grayscale: #3C3C3C. Windows color (decimal): -13547237 or 1788209. OLE color: 1788209.

HSL color Cylindrical-coordinate representation of color #31491B: hue angle of 91.3º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31491B is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 27 -
CMYK 0.33 0 0.63 0.71
HSL 91.3º 0.46% 0.2% -
HSV(B) 91.3º 0.63% 0.29% -
XYZ 3.85 5.5 1.9 -
YUV 60.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 49 73 27 0.33 0 0.63 0.71 91.3 0.46 0.2
Hex 31 49 1B 21 0 3F 47 5B 2E 14
Octal 61 111 33 41 0 77 107 133 56 24
Binary 110001 1001001 11011 100001 0 111111 1000111 1011011 101110 10100

Color Harmonies of #31491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31491B

Black with #31491B

Text Example


Text Example

White with #31491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31491B;
 }
 .AnyTagClassName
 {
   color: #31491B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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