Html Css Color HEX #313828 Seaweed

📋 copy color: '#313828'

red 49 ◦ green 56 ◦ blue 40

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

Shades of Seaweed #313828

Tints of Seaweed #313828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

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

R = 33.79%
G = 38.62%
B = 27.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#313828 (or 0x313828) is known color: Seaweed. HEX triplet: 31, 38 and 28. RGB value is (49,56,40). Sum of RGB (Red+Green+Blue) = 49+56+40=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #313828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313828 is #CEC7D7. Grayscale: #343434. Windows color (decimal): -13551576 or 2635825. OLE color: 2635825.

HSL color Cylindrical-coordinate representation of color #313828: hue angle of 86.25º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #313828 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 56 40 -
CMYK 0.12 0 0.29 0.78
HSL 86.25º 0.17% 0.19% -
HSV(B) 86.25º 0.29% 0.22% -
XYZ 3.06 3.63 2.55 -
YUV 52.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 49 56 40 0.12 0 0.29 0.78 86.25 0.17 0.19
Hex 31 38 28 C 0 1D 4E 56 11 13
Octal 61 70 50 14 0 35 116 126 21 23
Binary 110001 111000 101000 1100 0 11101 1001110 1010110 10001 10011

Color Harmonies of #313828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313828

Black with #313828

Text Example


Text Example

White with #313828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313828; }

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

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

background-color css

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

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

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

border-color css

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

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

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