Html Css Color HEX #313928 Seaweed

📋 copy color: '#313928'

red 49 ◦ green 57 ◦ blue 40

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

Shades of Seaweed #313928

Tints of Seaweed #313928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.04%

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 33.56%
G = 39.04%
B = 27.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#313928 (or 0x313928) is known color: Seaweed. HEX triplet: 31, 39 and 28. RGB value is (49,57,40). Sum of RGB (Red+Green+Blue) = 49+57+40=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #313928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313928 is #CEC6D7. Grayscale: #343434. Windows color (decimal): -13551320 or 2636081. OLE color: 2636081.

HSL color Cylindrical-coordinate representation of color #313928: hue angle of 88.24º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #313928 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 57 40 -
CMYK 0.14 0 0.30 0.78
HSL 88.24º 0.18% 0.19% -
HSV(B) 88.24º 0.3% 0.22% -
XYZ 3.11 3.73 2.56 -
YUV 52.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 49 57 40 0.14 0 0.30 0.78 88.24 0.18 0.19
Hex 31 39 28 E 0 1E 4E 58 12 13
Octal 61 71 50 16 0 36 116 130 22 23
Binary 110001 111001 101000 1110 0 11110 1001110 1011000 10010 10011

Color Harmonies of #313928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313928

Black with #313928

Text Example


Text Example

White with #313928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313928; }

 p { color: rgb(49,57,40); }

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

background-color css

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

 a { background-color: rgb(49,57,40); }

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

border-color css

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

 span { border-color: rgb(49,57,40); }

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