Html Css Color HEX #31431D Seaweed

📋 copy color: '#31431D'

red 49 ◦ green 67 ◦ blue 29

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

Shades of Seaweed #31431D

Tints of Seaweed #31431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20%

R = 33.79%
G = 46.21%
B = 20%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#31431D (or 0x31431D) is known color: Seaweed. HEX triplet: 31, 43 and 1D. RGB value is (49,67,29). Sum of RGB (Red+Green+Blue) = 49+67+29=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #31431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31431D is #CEBCE2. Grayscale: #393939. Windows color (decimal): -13548771 or 1917745. OLE color: 1917745.

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

Color convert

RGB 49 67 29 -
CMYK 0.27 0 0.57 0.74
HSL 88.42º 0.4% 0.19% -
HSV(B) 88.42º 0.57% 0.26% -
XYZ 3.5 4.76 1.9 -
YUV 57.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 49 67 29 0.27 0 0.57 0.74 88.42 0.4 0.19
Hex 31 43 1D 1B 0 39 4A 58 28 13
Octal 61 103 35 33 0 71 112 130 50 23
Binary 110001 1000011 11101 11011 0 111001 1001010 1011000 101000 10011

Color Harmonies of #31431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31431D

Black with #31431D

Text Example


Text Example

White with #31431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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