Html Css Color HEX #353831 Seaweed

📋 copy color: '#353831'

red 53 ◦ green 56 ◦ blue 49

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

Shades of Seaweed #353831

Tints of Seaweed #353831

RGB

 RED value IS 53 (21.09% from 255) = 33.54%

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

 BLUE value IS 49 (19.53% from 255) = 31.01%

R = 33.54%
G = 35.44%
B = 31.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#353831 (or 0x353831) is known color: Seaweed. HEX triplet: 35, 38 and 31. RGB value is (53,56,49). Sum of RGB (Red+Green+Blue) = 53+56+49=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 56 - color contains mainly: green. Hex color #353831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353831 is #CAC7CE. Grayscale: #363636. Windows color (decimal): -13289423 or 3225653. OLE color: 3225653.

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

Color convert

RGB 53 56 49 -
CMYK 0.05 0 0.12 0.78
HSL 85.71º 0.07% 0.21% -
HSV(B) 85.71º 0.13% 0.22% -
XYZ 3.44 3.81 3.46 -
YUV 54.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 53 56 49 0.05 0 0.12 0.78 85.71 0.07 0.21
Hex 35 38 31 5 0 C 4E 56 7 15
Octal 65 70 61 5 0 14 116 126 7 25
Binary 110101 111000 110001 101 0 1100 1001110 1010110 111 10101

Color Harmonies of #353831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353831

Black with #353831

Text Example


Text Example

White with #353831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353831; }

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

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

background-color css

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

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

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

border-color css

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

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

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