Html Css Color HEX #31411B Seaweed

📋 copy color: '#31411B'

red 49 ◦ green 65 ◦ blue 27

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

Shades of Seaweed #31411B

Tints of Seaweed #31411B

RGB

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

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

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

R = 34.75%
G = 46.1%
B = 19.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#31411B (or 0x31411B) is known color: Seaweed. HEX triplet: 31, 41 and 1B. RGB value is (49,65,27). Sum of RGB (Red+Green+Blue) = 49+65+27=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #31411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31411B is #CEBEE4. Grayscale: #383838. Windows color (decimal): -13549285 or 1786161. OLE color: 1786161.

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

Color convert

RGB 49 65 27 -
CMYK 0.25 0 0.58 0.75
HSL 85.26º 0.41% 0.18% -
HSV(B) 85.26º 0.58% 0.25% -
XYZ 3.35 4.51 1.73 -
YUV 55.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 49 65 27 0.25 0 0.58 0.75 85.26 0.41 0.18
Hex 31 41 1B 19 0 3A 4B 55 29 12
Octal 61 101 33 31 0 72 113 125 51 22
Binary 110001 1000001 11011 11001 0 111010 1001011 1010101 101001 10010

Color Harmonies of #31411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31411B

Black with #31411B

Text Example


Text Example

White with #31411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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