Html Css Color HEX #383D31 Seaweed

📋 copy color: '#383D31'

red 56 ◦ green 61 ◦ blue 49

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

Shades of Seaweed #383D31

Tints of Seaweed #383D31

RGB

 RED value IS 56 (22.27% from 255) = 33.73%

 GREEN value IS 61 (24.22% from 255) = 36.75%

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

R = 33.73%
G = 36.75%
B = 29.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#383D31 (or 0x383D31) is known color: Seaweed. HEX triplet: 38, 3D and 31. RGB value is (56,61,49). Sum of RGB (Red+Green+Blue) = 56+61+49=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 61 - color contains mainly: green. Hex color #383D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D31 is #C7C2CE. Grayscale: #3A3A3A. Windows color (decimal): -13091535 or 3226936. OLE color: 3226936.

HSL color Cylindrical-coordinate representation of color #383D31: hue angle of 85º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #383D31 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 61 49 -
CMYK 0.08 0 0.20 0.76
HSL 85º 0.11% 0.22% -
HSV(B) 85º 0.2% 0.24% -
XYZ 3.85 4.4 3.55 -
YUV 58.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 56 61 49 0.08 0 0.20 0.76 85 0.11 0.22
Hex 38 3D 31 8 0 14 4C 55 B 16
Octal 70 75 61 10 0 24 114 125 13 26
Binary 111000 111101 110001 1000 0 10100 1001100 1010101 1011 10110

Color Harmonies of #383D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D31

Black with #383D31

Text Example


Text Example

White with #383D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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