Html Css Color HEX #31411D Seaweed

📋 copy color: '#31411D'

red 49 ◦ green 65 ◦ blue 29

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

Shades of Seaweed #31411D

Tints of Seaweed #31411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.45%

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

R = 34.27%
G = 45.45%
B = 20.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#31411D (or 0x31411D) is known color: Seaweed. HEX triplet: 31, 41 and 1D. RGB value is (49,65,29). Sum of RGB (Red+Green+Blue) = 49+65+29=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #31411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31411D is #CEBEE2. Grayscale: #383838. Windows color (decimal): -13549283 or 1917233. OLE color: 1917233.

HSL color Cylindrical-coordinate representation of color #31411D: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31411D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 29 -
CMYK 0.25 0 0.55 0.75
HSL 86.67º 0.38% 0.18% -
HSV(B) 86.67º 0.55% 0.25% -
XYZ 3.38 4.52 1.86 -
YUV 56.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 49 65 29 0.25 0 0.55 0.75 86.67 0.38 0.18
Hex 31 41 1D 19 0 37 4B 57 26 12
Octal 61 101 35 31 0 67 113 127 46 22
Binary 110001 1000001 11101 11001 0 110111 1001011 1010111 100110 10010

Color Harmonies of #31411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31411D

Black with #31411D

Text Example


Text Example

White with #31411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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