Html Css Color HEX #31431E Seaweed

📋 copy color: '#31431E'

red 49 ◦ green 67 ◦ blue 30

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

Shades of Seaweed #31431E

Tints of Seaweed #31431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 33.56%
G = 45.89%
B = 20.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#31431E (or 0x31431E) is known color: Seaweed. HEX triplet: 31, 43 and 1E. RGB value is (49,67,30). Sum of RGB (Red+Green+Blue) = 49+67+30=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #31431E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31431E is #CEBCE1. Grayscale: #393939. Windows color (decimal): -13548770 or 1983281. OLE color: 1983281.

HSL color Cylindrical-coordinate representation of color #31431E: hue angle of 89.19º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31431E is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 30 -
CMYK 0.27 0 0.55 0.74
HSL 89.19º 0.38% 0.19% -
HSV(B) 89.19º 0.55% 0.26% -
XYZ 3.51 4.76 1.96 -
YUV 57.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 49 67 30 0.27 0 0.55 0.74 89.19 0.38 0.19
Hex 31 43 1E 1B 0 37 4A 59 26 13
Octal 61 103 36 33 0 67 112 131 46 23
Binary 110001 1000011 11110 11011 0 110111 1001010 1011001 100110 10011

Color Harmonies of #31431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31431E

Black with #31431E

Text Example


Text Example

White with #31431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31431E; }

 p { color: rgb(49,67,30); }

 H1.HeaderClassName
 {
   color: #31431E;
 }
 .AnyTagClassName
 {
   color: #31431E;
 }
</style>

background-color css

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

 a { background-color: rgb(49,67,30); }

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

border-color css

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

 span { border-color: rgb(49,67,30); }

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